|
|
|
|
|
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. 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|