|
|
|
|
|
|
|
List of events associated with the Progress Bar controls... |
|
|
|
|
|
|
List of events associated with Clickable Image controls... |
|
|
|
|
|
|
This page explains how to program Table controls based on a data file...... |
|
|
|
|
|
|
A control is an indexed control if it contains several controls with the same name...... |
|
|
|
|
|
|
To display the table description, select "Table description" in the context menu of one of the table elements... |
|
|
|
|
|
|
A Table control populated programmatically is directly linked to lists stored in memory...... |
|
|
|
|
|
|
In a report, a table includes a set of controls called "Table cells"...... |
|
|
|
|
|
|
Here is an overview of how to handle Table controls populated programmatically in WLanguage.... |
|
|
|
|
|
|
The Progress Bar control is used to follow the progress of an event...... |
|
|
|
|
|
|
The operations that can be performed on the table cells are as follows:... |
|
|
|
|
|
|
A Progress Bar control can be bound to an item in a data file, query, etc.... |
|
|
|
|
|
|
The report editor allows you to create "Crosstab" reports...... |
|
|
|
|
|
|
A Table control can be used to display the content of a data file or query...... |
|
|
|
|
|
|
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...... |
|
|
|
|
|
|
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, ...... |
|
|
|
|
|
|
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view...... |
|
|
|
|
|
|
A ListView control can be used to display the content of a data file (or the content of a query)...... |
|
|
|
|
|
|
A report based on a memory area is used to print the records stored in a memory area...... |
|
|
|
|
|
|
Queries are used to easily select records in one or more data files...... |
|
|
|
|
|
|
List of events associated with ListView controls... |
|
|
|
|
|
|
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...... |
|
|
|
|
|
|
The ListView control is used to display a list of graphic elements (images, logos, etc.... |
|
|
|
|
|
|
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)...... |
|
|
|
|
|
|
An OLE control can be bound to an item in a data file, query, etc.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|