AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
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
Stops printing the current report immediately. The WLanguage code after the call to the function is run. This function must be used in one of the report processes.
WINDEV If the report is printed in the report viewer, the preview window is automatically closed.
Remark: This function can only be used with processes of reports created in the report editor.
Example
// End of print
IF MySelf..Source.CustomerName = "SMITH" THEN
iCloseReport()
END
Syntax
iCloseReport()
Remarks
To avoid running the WLanguage code after iCloseReport, use the RETURN keyword, for example.
Example:
IF CompletedProcess() = True THEN
iCloseReport()
RETURN
END
Info("Hello")
Business / UI classification: Neutral code
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