MultiGet

Post Reply
grumpy
Posts: 48
Joined: Tue Dec 27, 2005 12:40 pm
Location: Australia

MultiGet

Post 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
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: MultiGet

Post by Enrico Maria Giordano »

Try this in the ON INIT clause of the ACTIVATE DIALOG command:

Code: Select all

#define EM_LIMITTEXT 197

... ON INIT oGet:SendMsg( EM_LIMITTEXT, 0, 0 )
EMG
grumpy
Posts: 48
Joined: Tue Dec 27, 2005 12:40 pm
Location: Australia

Multiget

Post by grumpy »

Thanks Enrico - Works a treat.

Cheers and Thank you.
Post Reply