Does set the print mode according to the given mode number. The possible modes are equal to the results of the _PRINTMODE function. Ie. you can save the current print mode into a variable using the _PRINTMODE function, then change the mode as needed for your outputs, and later you can easily restore the old print mode by passing the saved value to this function.
SYNTAX:
SetPrintMode pm%
INPUTS:
pm% (INTEGER)
- Any of the mode numbers defined in the CONST section in the file dev_framework\GuiAppFrame.bi, or an earlier saved _PRINTMODE function result.
MODE CONSTANTS:
pmKEEP%
- _PRINTMODE _KEEPBACKGROUND
pmONLY%
- _PRINTMODE _ONLYBACKGROUND
pmFILL%
- _PRINTMODE _FILLBACKGROUND