OnPostXmlPort (Xml Port) trigger
Version: Available or changed with runtime version 1.0.
Runs after the XMLPort is run.
Syntax
trigger OnPostXmlPort()
begin
...
end;
Remarks
This trigger is run after all data items are processed.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Version: Available or changed with runtime version 1.0.
Runs after the XMLPort is run.
trigger OnPostXmlPort()
begin
...
end;
This trigger is run after all data items are processed.