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:

 

[label]

{object}.PRINT

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A CLIENT object.

return

Optional. A Numeric Variable .

Flags Affected: OVER, ZERO

Note the following:

  1. The ZERO flag is always set to TRUE.

  2. The OVER flag is set to FALSE.

  3. 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

 



PL/B Language Reference Open Method (CLIENT) SetUTF16Table Method (CLIENT)