Page 1 of 1

Text box maximum characters

Posted: Tue Apr 14, 2020 4:46 am
by a8864
Is there a limit of 64000 characters can display in the text box? Any result exceed the limit will display as blank.

Re: Text box maximum characters

Posted: Thu Apr 16, 2020 8:31 am
by Lech Kulikowski
Hello,

There are no limitations. Could you explain your issue in more detail?

Thank you.

Re: Text box maximum characters

Posted: Fri Apr 17, 2020 12:22 am
by a8864
This issue will happen when word wrap is enable.

Re: Text box maximum characters

Posted: Tue Apr 21, 2020 9:10 pm
by HighAley
Hello,

There is a limitation in the GDI+.
Before Windows 8 it was 64000 symbols in one line.
in Windows 8 and later it's 32000 symbols.
You could add the same text in several lines.
It will be shown if you break this long line.

You could read more about this issue here.
https://stackoverflow.com/questions/305 ... surestring

Thank you.