ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HAddUser (Function)
Adds a user to a database.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HDescribeConnection (Function)
Describes a new connection to an external database.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HDescribeFile (Function)
Describes a data file programmatically.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDescribeLink (Function)
Describes a link between two data files through programming.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HDescribeItem (Function)
Describes a file item through programming.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
HListUser (Function)
Returns the list of users defined for a connection.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
HDeactivateTrigger (Function)
Disables a trigger.
HDeleteTrigger (Function)
Deletes a trigger.
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......