| Home | All functions | Categories |
vuPrintWindow(), Signed
Prints the current active window (not the entire desktop).
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters. |
A LONG value:
IF vuPrintWindow()
MESSAGE('Current window sent to printer.')
ELSE
MESSAGE('Print window failed.')
END
| Home | All functions | Categories |