ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the report blocks through programming
Each report block is associated with different events......
<Word Processing>.UndoRedoDeleteAll (Function)
Deletes the entire history of the Undo/Redo mechanism for a Word Processing control....
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
<Word Processing>.Insert (Function)
Inserts an object in a Word Processing control. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Viewing a report in 3D
Your report displays controls that overlap?......
Properties associated with reports and controls
List of properties associated with the reports and their controls...
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Creating the skin template of a report
<Word Processing>.UndoCount (Function)
Returns the number of actions that can be undone in a Word Processing control.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Properties associated with report controlss
List of properties associated with the report controls...
<Word Processing>.FindElementByName (Function)
Searches for an element by its name in a Word Processing document.