%HI_ReportPar function


Function

The function %HI_ReportPar sets defined parameter of the displayer of Report type (Control function). For reports of Crystal report type only.

Declaration
%HI_ReportPar(
   INT in refId, 
   TEXT in paramName, 
        in param1
 ) 
Parameters
refIdReference to graphic object (reference variable).
paramNameParameter name.
param1Required parameter value.
Description
The function sets the the report parameter defined by the parameter paramName to the value defined by the parameter param1. The report is defined by the reference variable refId. The parameter param1 must be an appropriate type (the type is given by the report configuration). Its value must be valid.

The value of the parameter is not immediately delivered to the report. The value is valid after calling the function %HI_RefreshData. This feature allows to change several parameters at the same time.

Note

For detailed description of the report parameters see the topics CrystalReport.

Napíšte komentár