ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HInfoFileRights (Function)
Allows you to find out the rights granted to a user or to a group on an HFSQL Client/Server data file....
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
<Connection variable>.DeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
5. HFSQL Client/Server
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......