MultiGet
Posted: Tue Feb 14, 2006 8:20 am
Why is there a restriction of 30k on a Memo field and is there a way we can increase it.
Cheers
xHarbour 0.99.3 FWH 2.3
Cheers
xHarbour 0.99.3 FWH 2.3
Code: Select all
#define EM_LIMITTEXT 197
... ON INIT oGet:SendMsg( EM_LIMITTEXT, 0, 0 )