ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
The key items
Keys are specific items in your analysis......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....