AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Used to find out whether the current print was canceled by the user.
Note: If the user aborts a print job in progress, the print functions have no effect until the next call to function iEndPrinting.. However, the WLanguage code continues to run.
IF iDocumentCanceled() = True THEN
Info("The current print was canceled")
END
Sintaxis
<Result> = iDocumentCanceled()
<Result>: Boolean
True if the user:
  • closed the report viewer before printing was completed,
  • clicked the Cancel button in the current print window.
Componente: wd300prn.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 04/10/2024

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