Versions Compared

Key

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

...

ParameterDescription of FieldsCommentsDefault
Parm1 - ControlInfo<1> TimeOutNOT USED""
 <2> IntercolumnDistance between columns in Points, 10 to 64.

Note: This parameter is deprecated and is not supported in OpenInsight.

12
Parm2 - First Page Header<1> First Page HeaderHeader for the first page""
Parm3 - First Page Footer<1> First Page FooterFooter for the first page""
Parm4 - First Page Font<1> FontInfoSame structure as the FONT message""

See also

INIT Set_Printer() message

Example

 
Code Block
* The following example shows how to use the CONTROL message to set the first page header
* and footer.
declare function Set_Printer
stat = Set_Printer("INIT") ;* Start printing
stat = Set_Printer("CONTROL", "", "First Head", "First Foot", "Times New Roman":@FM:18)
stat = Set_Printer("TEXT", "Test 1 2 3")
stat = Set_Printer("TERM") ;* End printing