AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
  • Action performed by iEndPrinting
  • Processes to interrupt during a print job
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
Signals the end of the document to print and actually starts printing the data stored in the printer spooler by using iPrint, iPrintImage, iNewLine, ... This set of data constitutes the document to print.
Remark: If iEndPrinting is not executed, the entire document will be lost. This function must only be used with the reports created through programming. This function must not be called in the processes of a report created with report editor in WIINDEV.
Example
iPrint("List of customers")
iSkipLine()
// Process
iEndPrinting()
Syntax
iEndPrinting()
Remarks

Action performed by iEndPrinting

iEndPrinting cancels:
  • the configuration of iMargin,
  • the fonts created beforehand.
  • WINDEVWEBDEV - Server code the current "print preview" mode.
WINDEVWEBDEV - Server codeReports and QueriesWindowsLinuxAndroidAndroid Widget JavaUser code (UMC)

Processes to interrupt during a print job

During a print, the following processes must be interrupted:
Component: wd290prn.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