[Migrated content. Thread originally posted on 04 July 2006]
I am having some difficulties with managing this control.I have a text entry of x(40) occuring 48 times and therefore constructed an entry field as follows:
03 entry-field value multiple DI-line
vscroll-bar use-tab use-return FONT SMALL-FONT
NO-AUTOSEL lines 20 size 40
max-lines = 48
LINE 1 COLUMN 10.25.
It works well, but now I notice that I cannot make it understand that it should only allow 40 characters per line before soft return wrapping should occur. Depending on what is typed in, you can in fact type more than the allowed 40 characters and these are LOST, i.e. no record of them in the receiving field (for obvious reasons).
If I use max text this just limites the full 48 line entry to 1920, it does nothing regarding the line. Because it is a free format NOTES entry, there can be any combination of upper and lower case characters and numerics. I have tried varying randomly the size phrase but I cannot get it to work consistently with all types of input.
Does this control have any method of notification that it has received a field on a line that is larger than the receiving field? It seems daft that it actually just loses the information.
Regards
Keith



