ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HCreateMovableReplica (Function)
Creates a movable replication.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
HDBIndex (Function)
Opens an xBase index file.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
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.
HInfoGroup (Function)
Returns information about the specified group of users.
HAddUser (Function)
Adds a user to a database.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HInfoServer (Function)
Returns the specified information about the server.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
HDescribeConnection (Function)
Describes a new connection to an external database.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.