AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Área de texto enriquecido
  • Example 1: Previewing the report
  • Example 2: Printing a report created with the report editor
  • Example 3: Previewing the entire page
iPreview (Example)
Example 1: Previewing the report
WINDEVReportes y ConsultasCódigo de Usuario (UMC) The following example is used to display a print preview.
iPreview(i100)
iCreateFont(1, 16, iBold, iRoman)
PrintTitle()
PrintText()
iEndPrinting()
Example 2: Printing a report created with the report editor
WINDEVReportes y ConsultasCódigo de Usuario (UMC) The following example is used to print a report created with the report editor.
iPreview(i100)
iPrintReport(RPT_Report1)
Example 3: Previewing the entire page
WINDEVReportes y ConsultasCódigo de Usuario (UMC) This example is used to open a window for configuring the print and to display the print preview.
IF iConfigure() = True THEN
iPreview(iPage, "List of functions")
ProcessPrint()
iEndPrinting()
ELSE
Info("Cancel the print")
END
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: 27/05/2022

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