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
Configures the print cancel window:
You can:
  • display (or not) the cancellation window,
  • edit the title of the cancel window
  • edit the message of the cancel window.
Remark: This function must be called before the beginning of a printout (for example, before iPrint or iPrintReport, ...).
Ejemplo
WINDEVReportes y ConsultasWindowsCódigo de Usuario (UMC)
// Changes the window title and displays a line
iWindowCancel(True, "Please wait", "Printing page#P")
iPrintReport(RPT_ReportName)
Sintaxis
iWindowCancel(<Display> , <Title> , <Text>)
<Display>: Boolean
  • True to display the print cancel window,
  • False to avoid displaying the print cancel window.
<Title>: Character string
New title of the print cancel window.
If this parameter is not specified, the default title of the window is kept.
<Text>: Character string
Message to display in the print cancel window.
If this parameter is not specified, the default text is displayed.
To specify the page currently printed in this message, use the "#P" string. This string will be replaced by the number of the current page at runtime.
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: 30/09/2024

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