|
|
|
|
|
|
|
This help page presents the different data sources available for a control.... |
|
|
|
|
|
|
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)...... |
|
|
|
|
|
|
The Source property can be used on:
a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ...
a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.).... |
|
|
|
|
|
|
The Source property is used to get and change the source of an element. |
|
|
|
|
|
|
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file... |
|
|
|
|
|
|
A Data source variable is used to describe a temporary data source (query, view, alias, ...) |
|
|
|
|
|
|
The SourceName property is used to:
Get the name of the report data source.
Change the report 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...... |
|
|
|
|
|
|
Table/Looper controls can be used to display a set of information...... |
|
|
|
|
|
|
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable. |
|
|
|
|
|
|
The ViewName property is used to:
find out the name of the HFSQL view, data source of a report
modify the name of the HFSQL view, data source of a report.... |
|
|
|
|
|
|
Defines the source of a series. |
|
|
|
|
|
|
Defines the source of a series. |
|
|
|
|
|
|
The MemZoneName property is used to:
find out the name of the memory area used as data source for a report.
modify the name of the memory area used as data source for a report.... |
|
|
|
|
|
|
Returns the status of the current source. |
|
|
|
|
|
|
Defines the source of the category labels. |
|
|
|
|
|
|
Defines the source of the category labels. |
|
|
|
|
|
|
ODBCSQLCode is used to:
Find out the SQL code of the "query performed on a connection" (data source of report).
Modify the SQL code of the "query performed on a connection" (data source of report).... |
|
|
|
|
|
|
Usage example of the Data source type |
|
|
|
|
|
|
Modifies the setting of the volume for a sound source. |
|
|
|
|
|
|
List of functions for managing services... |
|
|
|
|
|
|
Assigns the control value to the source of a control link. |
|
|
|
|
|
|
Retrieves the current setting of the volume for a sound source. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|