Versions Compared

Key

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

...

ParameterDescription
Font NameThe name of the font. (ARIAL, COURIER NEW)
Font Style
OptionDescription
RRegular
BBold
IItalic
UUnderline
 Note: Styles can be combined such as Regular Underline (RU), Bold Italic (BI).
Font SizeSize of the font
ReservedPass “0”

Example

 

Code Block
*Set the report heading font to Arial, Bold Italic, font size 10.
 
Declare Subroutine Run_Report
stmt = 'LIST CUSTOMERS CUSTOMER_NAME CITY STATE ZIP LANDSCAPE '
stmt:= 'Heading "@Customer Info '
stmt:= " 'L' Page 'PP'"
stmt:= '"'
stmt:= 'HDRFONT "ARIAL,BI,10,0"'
Run_Report("",stmt)