It appears that I may have bumped into a TEXTBOX control limitation.
I used DDT to create a multi-line, read-only TEXTBOX with both vertical and horizontal scroll bars. I load records from the data area of a DBF file for visual comparison. It works great as long as the record length is less than 1025 bytes; if the record is more than 1024 characters long it wraps to the next line.
So, is 1024 an EDIT control limit? Can I increase it?
------------------
I used DDT to create a multi-line, read-only TEXTBOX with both vertical and horizontal scroll bars. I load records from the data area of a DBF file for visual comparison. It works great as long as the record length is less than 1025 bytes; if the record is more than 1024 characters long it wraps to the next line.
So, is 1024 an EDIT control limit? Can I increase it?
------------------
Comment