AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
  • Configuration taken into account when printing a report
  • Re-initializing the configuration
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile). The configuration window is initialized with the parameters specified when the report was created (orientation, margins, etc.).
WEBDEV - Server code Directly configures the printer used for the current print by applying the parameters specified when the report was created (orientation, margins, etc.).
Linux Caution: A specific configuration is required to use this function in Linux. For more details, see Print in Linux.
Example
IF iConfigureReport(RPT_MyReport) = True THEN
iPrintReport(RPT_MyReport)
ELSE  
Info("The report configuration was canceled")
END
Syntax
<Result> = iConfigureReport(<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
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 iConfigureReport and iParameterReport several times while no report is printed.

Re-initializing the configuration

After the call to iConfigureReport (or iParameterReport), any new call to this function will reinitialize the configuration window with the parameters used during the first call to the function.
Component: wd290etat.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local