H
hesperian
I have a form with a long textbox on it used for inputting notes for an
order. It is roughly 4 lines of text high. It is bound to a control that
is also used in a report. If the user inputs more that the 4 lines of text
that are visible on the form it allows him to keep typing as long as he has
not reached the field size limit of characters, however the report is not
able to show any information that is in the field after the fourth line due
to its size.
The restrictions that I have to work within.
I can not reduce the field size limit.
I can not tell the users not to use carriage returns in the field to
create new lines.
I can not adjust the size of the field in either the form or the report.
I am at my wits end on this as the only thing that I can think of trying to
do is limiting the number of lines that are available in the textbox,
however I can see no way to accomplish this.
Any input and help is greatly appreciated.
thanks in advance
Hesperian
order. It is roughly 4 lines of text high. It is bound to a control that
is also used in a report. If the user inputs more that the 4 lines of text
that are visible on the form it allows him to keep typing as long as he has
not reached the field size limit of characters, however the report is not
able to show any information that is in the field after the fourth line due
to its size.
The restrictions that I have to work within.
I can not reduce the field size limit.
I can not tell the users not to use carriage returns in the field to
create new lines.
I can not adjust the size of the field in either the form or the report.
I am at my wits end on this as the only thing that I can think of trying to
do is limiting the number of lines that are available in the textbox,
however I can see no way to accomplish this.
Any input and help is greatly appreciated.
thanks in advance
Hesperian