ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Report editor / Operations in the editor
  • Overview
  • Details of the report print modes proposed during the test
  • Report viewer
  • Printer
  • RTF file
  • HTML file
  • PDF file or generic PDF file
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
Overview
During the test of a report ("Go" button from the report editor), several print options are proposed:
Remark: By default, the print mode of the report is automatically requested during the test of each report.
To avoid displaying this window during the report test, simply check "Do not show again".
In this case, the report tested will be directly displayed in the report viewer.
Remark: You can show this window again. For more details, see Do not show a message again.
Details of the report print modes proposed during the test

Report viewer

The report viewer is used to preview the layout of a report without printing it. The report layout and content can be checked. You also have the ability to print the report.
For more details, see Report viewer.

Printer

The report is directly printed on the default printer of the current computer, with the default options of the printer.

RTF file

The report is saved and viewed in RTF (Rich Text Format). The created file is viewed in one of the text editors installed on the current computer (Word, Open Office or NotePad for example).
The generated file is named "<ReportName>.RTF". This file is created in the EXE subdirectory of the project directory.
Remarks:
  • A text editor must be installed on the current computer in order to view the generated file.
  • To save a file in RTF, the "RICHED20.DLL" file must be found on the current computer. In most cases, the "RICHED20.DLL" file is in the Windows system directory.
  • Printing texts that are not oriented horizontally (90° for example) is not supported.
  • The tables are supported by RTF. The font color and the background color of cells are stored.
  • Overlaying elements (images and texts for example) is not supported.

HTML file

The report is saved and viewed in HTML format. The created file can be viewed in the default browser installed on the current computer.
The generated file is named "<ReportName>.HTM". This file is created in the EXE subdirectory of the project directory.
Remarks:
  • The created HTML file is using the style sheets (CSS).
  • An Internet browser must be installed on the current computer in order to view the generated file.

PDF file or generic PDF file

The report is saved and viewed in PDF format (Portable Document Format). The created file is directly displayed in a PDF viewer (Adobe Acrobat for example) installed on the current computer.
The generated file is named "<ReportName>.PDF". This file is created in the EXE subdirectory of the project directory.
Remarks:
  • If "PDF file" is selected, the created PDF file depends on the current printer. If "Generic PDF file" is selected, the PDF file is independent of the current printer.
  • A PDF viewer must be installed on the current computer in order to view the generated file.
  • In this version, you may encountered known problems. For more details, see Printing in PDF: Known problems
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/16/2022

Send a report | Local help