ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to choose the data source of a control?
This help page presents the different data sources available for a control....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
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......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
ViewName (Property)
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....
MemZoneName (Property)
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....
ODBCSQLCode (Property)
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)....
Data source (Example)
Usage example of the Data source type
<Organizer>.Display (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
TimelineDisplay (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
<TimeLine>.Display (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
SQLListSource (Function)
Lists the data sources declared on a local site.
Using a query with parameters
A query with parameters can be used......
<Organization Chart>.Display (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
OrgDisplay (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
<Scheduler>.Display (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Warning 127: You are using a data source local to the process
Table control based on a data file
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)......
MySource (Reserved word)
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...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
1
2
>