dunvince
22nd June 2011, 00:20
I am using the text.to.buf function to print text on a report. The problem is when I have more than 98 lines of text. I get the out of dims error. Has anyone else ever run into this? What are the other options for printing text on
a report?
extern domain tcmcs.str300m text.buf(500)
text.lines = text.to.buf("tirou900.txta","2",500,text.buf)
For now, I added code to warn the user of the large text & print nothing if the number of lines is > 98.
a report?
extern domain tcmcs.str300m text.buf(500)
text.lines = text.to.buf("tirou900.txta","2",500,text.buf)
For now, I added code to warn the user of the large text & print nothing if the number of lines is > 98.