PA_GetTextLogField

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

version 2003


PA_GetTextLogField (logtag; field; logdata; logdatalen; text)

ParameterTypeDescription
logtagPA_LogTag* Current log tag
fieldshortField number to access
logdatachar *Pointer to the data
logdatalenlongSize of logdata in bytes
textchar *Value of the text field

Description

The routine PA_GetTextLogField fills the text buffer with the content of the specified text field of the specified record stored in the logfile. Note that this is possible only for the logdata referring to an Add or Modify log operation. Content of the record is not available for a deletion operation.

See Also

PA_GetLogField, PA_GetLogFieldKind, PA_GetPictureLogField.

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