AOB
Registered User.
- Local time
- Today, 19:16
- Joined
- Sep 26, 2012
- Messages
- 627
Hi experts!
I have an unbound multiline plain textbox in a form, into which users can enter text (or, paste text, usually from a column in an Excel spreadsheet, or from an email etc.) which is then taken as in input into a process
I've just discovered that users can't enter, or paste, more than 64,000 characters into the textbox, which I found surprising?
When free-typing, once the 64k character limit is reached, no additional characters appear (no error or warning). When pasting text that exceeds the 64k limit, an error dialog appears :
To clarify, the control is not bound to any field with a limit (i.e. Short Text = 255 or Long Text / Memo = 64k), it is just a handy way for me to allow users to enter their source data regardless of the actual source
Is there any way of extending the character limit on the textbox? Or, is there another similar control that could be used that wouldn't suffer this problem? I need it to be plain text, I don't want any HTML tags cluttering up the string.
(I've experimented changing the format of the textbox from Plain Text to Rich Text but then the format of text pasted from Excel is all over the place, line breaks are lost etc.) :banghead:
Any suggestions very gratefully received!
Thanks
AOB
I have an unbound multiline plain textbox in a form, into which users can enter text (or, paste text, usually from a column in an Excel spreadsheet, or from an email etc.) which is then taken as in input into a process
I've just discovered that users can't enter, or paste, more than 64,000 characters into the textbox, which I found surprising?

When free-typing, once the 64k character limit is reached, no additional characters appear (no error or warning). When pasting text that exceeds the 64k limit, an error dialog appears :
This is a major problem for me as the text input required is going to exceed 64k characters (including carriage returns etc.)The text is too long to be edited
To clarify, the control is not bound to any field with a limit (i.e. Short Text = 255 or Long Text / Memo = 64k), it is just a handy way for me to allow users to enter their source data regardless of the actual source
Is there any way of extending the character limit on the textbox? Or, is there another similar control that could be used that wouldn't suffer this problem? I need it to be plain text, I don't want any HTML tags cluttering up the string.
(I've experimented changing the format of the textbox from Plain Text to Rich Text but then the format of text pasted from Excel is all over the place, line breaks are lost etc.) :banghead:
Any suggestions very gratefully received!
Thanks
AOB