Newbie question:
I need to print sales line comments in a different area of a report (I can get them out in the comments body section ofcourse).
Instead, I popuplate text array with each commment to store it to print it later in the report where it should go.
Now the problem is that number of actual comments is different ofcourse. The text array is set to have 10 dimensions, there will seldom be 5.
I als have a variable with actual number of dimensions that were populated.
I can get 5 firm text fileds, each displaying textarray[0]…textarray[4] for this.
But this means that there is a fixed height of such section… instead, I would like to do something like a loop print for those comments that were populated only… so it could be 1 line or 10 lines but next info then printed right after this… So the height would be variable just like if it would be printed in the Sales Line Comment Body…
Tried to merge texts with CRLF into one text variable and print it, but this doesn’t work in classinc client… CRLF is displayed as two squares, line does not wrap…
Any ideas please??