In PowerBuilder 2019 R2, we have a datawindow with a column that is 5000 characters. Users typically paste data into this column (from clipboard). However, if the data being pasted in is greater than 1024 characters, the column will not allow that (nothing is pasted in). The Limit on the Edit tab is 0 and I've changed that to 5000 with same result.
If I paste in 1024 characters and then try to enter more characters, that is not allowed, either.
When data is retrieved from that column, more than 1024 characters are retrieved/displayed. If data is saved to a file and then imported into the datawindow, the full column is displayed/saved but I am trying to eliminate that step if possible.
Is there a solution for this? Seems like I'm missing something simple, but I don't know what it could be.
Thanks,
Mark