How to print in the PROMOTIC system
This chapter describes the printing features available in the PROMOTIC application. Examples of individual methods are included in the description of this method.
PmgRoot.Print:
Print the open panel (or its part) to a printer or into the file
Pm.PrintHtmlPage:
Print or display the preview of the HTML page or text. This is suitable for printing HTML pages (local or at URL), text files or images. It is also possible to pass a
variable containing text string or HTML text to this printing method. It can be used also (with minor limitation) on the Web client.
Pm.FileTextWrite:
This method is usually designed for writing into the file, but if
"lpt1" is entered instead of the file name, then the file is printed. See
Example3.