[[https://www.revelation.com/|Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community]]
==== How to create a line break in a Rlist report? (AREV Specific) ====
=== At 08 FEB 1999 02:32:13AM Jim Dierking wrote: ===
{{tag>"AREV Specific"}}
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)
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=6A987EE4C4DE1CF285256712002966EE|View this thread on the forum...]]