ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
<Word Processing>.ExitEdit (Function)
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
<Word Processing>.Undo (Function)
Undoes the last action performed on a Word Processing control.
<Word Processing>.UndoCount (Function)
Returns the number of actions that can be undone in a Word Processing control.
<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...
<Word Processing>.Select (Function)
Selects a fragment in a Word Processing control.
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
Handling the report blocks through programming
Each report block is associated with different events......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
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)......