ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: fic
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
<Source>.ChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Connection variable>.DeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.CheckIndex (Function)
... in the data file (.FIC file).
HCheckIndex (Function)
... in the data file (.FIC file).
HCreationIfNotFound (Function)
... (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation....
<Source>.CreationIfNotFound (Function)
... (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation....
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server...
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server...
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor...
fDataDirCommon (Function)
.XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log...
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
WDZip: Overview
WDZip is used to compress and group your files in archives......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress...
Translating a text file with WDTRAD
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
HChangeName (Example)
Usage example of the HChangeName function