Page 2 of 2

Re: there is some limitation on the length of the information in a control edit

Posted: Thu Mar 04, 2021 2:09 am
by AUGE_OHR
hi,
serge_girard wrote: Wed Mar 03, 2021 9:56 pm Can you paste a block of text >8000char into a textbox?
In my application it is truncated at exactly 8000 chars!
try this Sample
TEXT32K.ZIP
(1.55 KiB) Downloaded 97 times
TEXTBOX work up to 32 Kb
EDITBOX does open > 1 MB

... i have NOT "check" if String are truncated ... just check for LEN()

Re: there is some limitation on the length of the information in a control edit

Posted: Thu Mar 04, 2021 8:11 am
by serge_girard
Hi Jimmy,

You are 100% right. In my application I have two forms with EDITBOX and I just changed the one that didn't need to be changed.... So all my changes and recompilations were useless. Sorry to have bothered you.....! My very stupid mistake!

Serge