AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 401-96 de 96 para log
WDLog: Restore a data file from its log file
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file...
WDLog: View a log file
WDLog is used to view the content of a log file...
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file...
The log process
A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files...
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
HLogRecreate (Function)
Used to recreate an empty log.
HInfoLog (Function)
Returns information about the server logs.
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
HSetLog (Function)
Enables or disables log management on a file.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
1
4