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
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
#define EM_LIMITTEXT 197
... ON INIT oGet:SendMsg( EM_LIMITTEXT, 0, 0 )Thanks Enrico - Works a treat.
Cheers and Thank you.