/
EventAfterSave

EventAfterSave

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; 

Related content

ccFields.GetLastValue
ccFields.GetLastValue
More like this
ccFields.GetLastValue
ccFields.GetLastValue
More like this
ccFields.GetDisplayText
ccFields.GetDisplayText
More like this
EventOnDropDown
EventOnDropDown
More like this
EventOnDropDown
EventOnDropDown
More like this
EventOnDropDown
EventOnDropDown
More like this