ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
LogFile (Property)
In french: FichierJournal
The LogFile property is used to determine if a data file is a log file.
Reminder A log file is used to store the various operations performed on a logged data file. A log file is created if log options have been defined for one or more data files of the analysis.
Example
EXTERN FournisseurJNL
HDeclareExternal("C:\WinDev\Exemples\GestCom\FournisseurJNL.fic", "FournisseurJNL")
IF FounisseurJNL.FichierJournal = True THEN
	Info("Vous manipulez un fichier journal")
END
Syntax
<Result> = <Data file>.LogFile
<Result>: Boolean
  • True if the file is a log file,
  • False otherwise.
Note: The data files described in the analysis are not "log" files.
<Data file>: Character string
Logical name of the data file used. Can correspond to a name of file alias declared by HDeclareExternal.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help