You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Used in conjunction with STARTOVERLAY to print to prior pages after the report has been created.

Parameters

This message accepts no parameters.

Example

 
/* 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,1)
stat = Set_Printer("ENDOVERLAY")
stat = Set_Printer("STARTOVERLAY",2)
stat = Set_Printer("TEXTXY","Test This",2,1)
stat = Set_Printer("ENDOVERLAY")

 

 

See also

StartOverlay Set_Printer() Message

  • No labels