HI_PrintGO

HI_PrintGO

%HI_PrintGO function


Function

The function prints a picture part - a displayer of Graph or Picture types (Control function).

Declaration

%HI_PrintGO( INT in refId BOOL in bPreview := @TRUE [, BOOL in bDescriptTable]] )

Parameters

refId

Reference to a displayer of Graph or Picture types (reference variable).

bpreview

Show/hide the "Preview" dialog box before print.

bDescriptTable

The parameter is used only for printing a displayer of Graph type. Possible values:

  • @TRUE - print the graph table

  • @FALSE - don't print the graph table

When the parameter is not entered, the table will be printed only if is shown in the graph window.

Description

The function prints the displayer of Graph or Picture types defined by the reference variable refId.
If the parameter bPreview is not entered ,or its value is @TRUE, there is displayed the "Preview" dialog box before print.
If the parameter value @FALSE print will continue without any user's interactions.