Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
EventAfterSave
EventAfterSave
Jan. 31, 2019
Beschreibung
Dieses Event wird nach dem Speichern einer Heftung ausgelöst.
Beispiel
Procedure EventAfterSave(TackId : String);
begin
if ccFields.GetValue('Barcode') = '99999999' then
begin
ccFields.SetLastValue('Barcode',Null);
ShowMessage(TackId);
end;
end;
, multiple selections available, Use left or right arrow keys to navigate selected items