Versions Compared

Key

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

...

ParameterDescription of FieldsCommentsDefault
Parm1 –Page No.<1> Page Number to be overlayed. ""

Example

 
Code Block
/* The following example shows how to use the STARTOVERLAY message. */
declare function Set_Printer
stat = Set_Printer("INIT") ;* Start printing
stat = Set_Printer("TERM") ;* End printing
stat = Set_Printer("STARTOVERLAY",1)
stat = Set_Printer("TEXTXY","Test This",1 : @fm : 1)
stat = Set_Printer("ENDOVERLAY")
stat = Set_Printer("STARTOVERLAY",2)
stat = Set_Printer("TEXTXY","Test This",2 : @fm : 1)
stat = Set_Printer("ENDOVERLAY")

 

...

See also

EndOverlay Set_Printer() message