Page 1 of 1

MultiGet

PostPosted: Tue Feb 14, 2006 8:20 am
by grumpy
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

Re: MultiGet

PostPosted: Tue Feb 14, 2006 8:37 am
by Enrico Maria Giordano
Try this in the ON INIT clause of the ACTIVATE DIALOG command:

Code: Select all  Expand view
#define EM_LIMITTEXT 197

... ON INIT oGet:SendMsg( EM_LIMITTEXT, 0, 0 )


EMG

Multiget

PostPosted: Tue Feb 14, 2006 10:36 am
by grumpy
Thanks Enrico - Works a treat.

Cheers and Thank you.