|
|
|
|
|
|
|
The VSpace property gets and sets the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
|
|
|
|
|
|
|
The End of break block is optional...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Tables can be created in a report...... |
|
|
|
|
|
|
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...... |
|
|
|
|
|
|
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.... |
|
|
|
|
|
|
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...... |
|
|
|
|
|
|
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...... |
|
|
|
|
|
|
Sharing a project in practice... |
|
|
|
|
|
|
A printed report includes several sections...... |
|
|
|
|
|
|
When creating a report, the test of this report can be run from the report editor...... |
|
|
|
|
|
|
By default, the "Print" icon allows the Web user to print the current site page...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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...... |
|
|
|
|
|
|
Modifies through programming the report associated with a sub-report in a composite report. |
|
|
|
|
|
|
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...... |
|
|
|
|
|
|
The project includes windows, reports, queries, help files, sets of procedures, ...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
User-friendly editors in practice... |
|
|
|
|
|
|
During the test of a report ("Go" button from the report editor), several print options are proposed...... |
|
|
|
|
|
|
Environment of the report editor... |
|
|
|
|
|
|
Adds a report into a sequence of report prints. |
|
|
|
|
|
|
Prints a report created with the report editor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|