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 / Editores / Editor de reportes / Visor de reportes
  • Overview
  • Options of the mini-preview window
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
Overview
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview.
To do so, simply use the iMiniPreview constant with iDestination.
Example:
// Open the mini preview
iDestination(iMiniPreview)
iPrint(RPT_ProductList)
The mini-preview window is as follows:
Options of the mini-preview window
The mini-preview window includes the following options:
  • Possibility to view the different pages to print,
  • Printer choice,
  • Color or black & white printing,
  • Number of copies,
  • Choice of pages to print.
  • Ability to export the printout in one of the available export formats:
Note: The iParameterViewer function is used to select the export options available from the mini-viewer..
Versión mínima requerida
  • Versión 24
Comentarios
Sorry
iMiniPreview is definitely not an adequate replacement of iPreview as suggested. Btw, iMiniPreview shows the same problems like iPreview does when the paper format is changed between portrait and landscape and back. iViewer can be used for reports only.

A destination => PDF is quite OK and the PDF-Viewer shows any changes between portrait and landscape in a perfect manner! The only downside is the unavoidable creation of a PDF-document which has to be deleted after viewing the PDF.
Guenter
06 01 2022

Última modificación: 30/09/2024

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