PA_NewLog

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_NewLog (logName)

ParameterTypeDescription
logNamechar *New log file name

Description

The routine PA_NewLog creates a new log file for the database.

Pass a pointer to a string buffer that is the name of the new log in logName.

Depending on default settings or on previous call to PA_UsePStrings or PA_UseCStrings, logName will be a Pascal or an ANSI C string.

See Also

PA_OpenLog.

Error Handling

Use PA_GetLastError to see if an error occurred


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next