F
Fate
Hey people,
I have a form that displays client data, and I have Text Box control called
Comments, which just stored miscellaneous info about the client.
These comments can be fairly large in size, and as a result I have had to
make the field 6000 characters long.
The problem I am having, is that all records, seem to fill the comments box
with white space after the text, so that the entire field is always 6000
characters long. This is obviously causing problems because when someone
wants to add something to the comment, they have to highlight all the white
space first, delete it, and then type what they want.
I have a Save button (just the standard one that is made by the wizard) and
whenever they press save, all the white space is put back in, after the last
piece of text.
Is there anyway I can get rif of all this white space?
Thanks again in advance,
Mat
I have a form that displays client data, and I have Text Box control called
Comments, which just stored miscellaneous info about the client.
These comments can be fairly large in size, and as a result I have had to
make the field 6000 characters long.
The problem I am having, is that all records, seem to fill the comments box
with white space after the text, so that the entire field is always 6000
characters long. This is obviously causing problems because when someone
wants to add something to the comment, they have to highlight all the white
space first, delete it, and then type what they want.
I have a Save button (just the standard one that is made by the wizard) and
whenever they press save, all the white space is put back in, after the last
piece of text.
Is there anyway I can get rif of all this white space?
Thanks again in advance,
Mat