Function DE Version 2.10

@GetNotesErrorString

NotesSystem

Syntax

@GetNotesErrorString(FN1);

Beschreibung

Gibt zu einem Notes-Error-Status-Code (FN1) den dazugehörigen Fehlermeldungs-Text zurück.

Beispiel: @GetNotesErrorString(FN1);

FN1:=1282;

Text:=@GetNotesErrorString(FN1);

Es wird in Text "Invalid operator" zurückgegeben.