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
  • Action performed by iEndPrinting
  • Processes to interrupt during a print job
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
Signals the end of the document to be printed and initiates the actual printing of data currently stored in the printer's print queue by functions iPrint, iPrintImage, iNewLine, ... All this data constitutes the document to be printed.
Note: If the iEndPrinting function is not executed, all editing will be lost.. This function must only be used with the reports created programmatically. This function must not be called in the processes of a report created with report editor in WIINDEV.
Ejemplo
iPrint("Liste des clients")
iSkipLine()
// Traitement
iEndPrinting()
Sintaxis
iEndPrinting()
Observaciones

Action performed by iEndPrinting

iEndPrinting cancels:
  • the configuration of iMargin,
  • the fonts created beforehand.
  • WINDEVWEBDEV - Código Servidor the current "print preview" mode.
WINDEVWEBDEV - Código ServidorReportes y ConsultasWindowsLinuxAndroidWidget Android JavaCódigo de Usuario (UMC)

Processes to interrupt during a print job

During a print, the following processes must be interrupted:
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: 19/09/2024

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