ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Appendix 3: Configuration file
For compatibility with previous versions of the SQL Server Native Connector (also known as SQL Server Native Access), it is still possible to configure the connection in the WDSQSINS software (delivered with the SQL Server Native Connector)......
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server table....
HListSpatialKeys (Function)
Returns the spatial keys of a table (used in a query or view) recognized by the HFSQL engine.
OCRAddLanguage (Function)
Adds a language to the native OCR system.
HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
HExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
Client/Server: Connecting client computers to the server
In order for the application to be able to handle the tables found on the HFSQL server, the connection that will be used by the application must be defined in the project......
HImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
HImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
HOpen (Function)
Opens a table.