ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
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...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
HCloseConnection (Example)
Usage example of the HCloseConenction function
Typecasting of parameters
The description of the parameter type is optional......
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
grDeleteSeries (Function)
Deletes a data series from a chart.
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Scheduler report
The report editor allows you to create "Scheduler" reports....
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
HOpenConnection (Example)
Usage example of the HOpenConnection function