ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Printing records
WDMAP allows you to print the records found in a data file......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Sub-query
A sub-query is a query whose result is used by another query......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Reports
A report provides a custom view of data......
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Windows
The windows represent the main interface of a WINDEV application......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Operations in a Select query : add and delete
The following paragraphs present......
Date management constants
List of constants used by date management functions...
Query
The keyword "Query" is used to describe:
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......