Print Method (Client)
PLB Web Only, 9.7
The Print method opens a Print Dialog Box at the PL/B Web client where a browser is executing. The method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A CLIENT object.
return
Optional. A Numeric Variable .
Flags Affected: OVER, ZERO
Note the following:
The ZERO flag is always set to TRUE.
The OVER flag is set to FALSE.
This method prints the contents of the current window shown by the Browser. The method opens the Print Dialog Box which lets the user to select preferred printing options.
See Also: CLIENT, Client Methods, Method Syntax
![]() |