IMetabaseUsersUpdateErrors.SaveToFile

Fore Syntax

SaveToFile(FileName: String; Unicode: Boolean;)

Fore.NET Syntax

SaveToFile(FileName: String; Unicode: Boolean;)

Parameters

FileName. The path and the name of the text file to which the errors are saved.

Unicode. The attribute of saving to the Unicode.

Description

The SaveToFile method saves the detailed information about updating errors to file.

Comments

If the Unicode parameter is set to True value, the file will be saved in UTF-16 encoding, otherwise in ANSI.

Example

The example of use is given in description of the IMetabaseUsersUpdate.Callback property.

See also:

IMetabaseUsersUpdateErrors