|
|
|
|
|
- Configuration taken into account when printing a report
- Configuration reset
- Number of copies
iParameterReport (Function) In french: iParamètreEtat Configures the printer by opening the configuration window. The configuration window is initialized with the parameters specified when the report was created (orientation, margins, etc.). IF iParameterReport(ETAT_MonEtat) = True THEN
iPrintReport(ETAT_MonEtat)
ELSE
Info("Configuration de l'état abandonnée")
END
Syntax
<Result> = iParameterReport(<Report name>)
<Result>: Boolean - True if the information typed in the dialog box was validated by the user,
- False if user cancellation.
<Report name>: Character string Name of report used as reference. The characteristics of this report (specified when the report was created) will be used to initialize the configuration window (orientation, etc.). Remarks Configuration taken into account when printing a report Only the last configuration is taken into account when printing a report. We advise you not to use iParameterReport and iConfigureReport several times while no report is printed. After the call to iParameterReport (or iConfigureReport), any new call to this function will reinitialize the configuration window with the parameters used during the first call to the function. If the user specifies a number of copies (using iParameter or iParameterReport) before printing the report, this number of copies will take precedence over the number of copies specified with the NbCopy property.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|