Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For information about available formats, refer to OConv().

Examples

Code Block
* In this example, the column Order_Date will be displayed with * a date conversion that prints 2 digits for the year,
* and delimits month, day, and year with "-".
stmt = 'LIST INVOICES ID ORDER_NUMBER ORDER_DATE OCONV "D2-" '
 
Run_Report("",stmt)