Prints the active form. Corresponds to the Print option on the File menu.
App.Print([Format])
Newlook Smartclient only.
Format - (Integer, Optional)
Specifies whether content will be printed in text-based format or as an image. If Format is not specified, image format is used. This argument should be set to one of the pre-defined Format constants.
This method opens the print dialog.
No return value.
The following example sends the active form to the default printer, in the first example as an image and as text in the second case. VB SCRIPTApp.Print nlPrintImage JSCRIPTApp.Print(nlPrintText); |
© 2004-2021 looksoftware. All rights reserved.