How to create a line break in a Rlist report? (AREV Specific)
At 08 FEB 1999 02:32:13AM Jim Dierking wrote:
Are there any Rlist commands that will create a line break at a
given point in a Rlist report? Example: List invoices order.date
salesperson invoice.notes (p) This would put all the info on one
line. Could it be written to in a way to put the order.date and
salesperson on one line, and invoice.notes on the next line?
Example: List invoices order.date salesperson 'L' invoice.notes (p)
I used the 'L' command that works in headings in Heading and Footing
statements as a hypothetical. TIA for the help, Jim
At 08 FEB 1999 06:55AM Richard Wilson wrote:
You can create a new symbolic dictionary item where the
rbasic code looks somewhat like the following
@ANS=OCONV({ORDER.DATE},'D4-'):' ':{SALESMAN}:CHAR(253):{INVOICE.NOTES)