guides:programming:programmers_reference_manual:hdrfont_run_report_keyword

HDRFONT

Use Hdrfont to set the font for the report heading.

HDREFONT "NAME,STYLE,SIZE,0"

Hdrfont uses the following parameters:

ParameterDescription
Font NameThe name of the font. (ARIAL, COURIER NEW)
Font StyleOption - Description
R - Regular
B - Bold
I - Italic
U - Underline

Note: Styles can be combined such as Regular Underline (RU), Bold Italic (BI).
Font SizeSize of the font
ReservedPass “0”
*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)
  • guides/programming/programmers_reference_manual/hdrfont_run_report_keyword.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1