ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
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....
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
<mongoGridFS variable>.GetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
HCheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
5. Site test in practice
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HInfoServer (Function)
Returns the specified information about the server.
HStopServer (Function)
Stops an HFSQL server.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......