Is there a practical limit to the amount of text being displayed in a text box? I'm trying to display the results of a report in a text box. I get an Out of Memory error somewhere after 200 lines or so are added to the box. I tried creating the whole report within a string variable but when I move the string into the text box.. Out of Memory. Certainly 200 lines of text do not occupy that much memory.
If I'm hitting some defined limit of text boxes, does anyone have an alternative?
If I'm hitting some defined limit of text boxes, does anyone have an alternative?