ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VSpace (Property)
The VSpace property gets and sets the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
End of break block
The End of break block is optional......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Creating a table in a report
Tables can be created in a report......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
9. Sharing a project in practice
Sharing a project in practice...
Report blocks
A printed report includes several sections......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
InternalReportName (Property)
The InternalReportName property is used to: Find out the name of the report printed in an "Internal Report" control. Change the report printed in an "Internal Report" control....
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
7. Layouts using the Flexbox control
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
21. Reports
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
2. User-friendly editors in practice
User-friendly editors in practice...
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......
Environment of the report editor
Environment of the report editor...
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
iPrintReport (External language)
Prints a report created with the report editor.