Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 1.0.
Runs after a record has been loaded and before it is inserted into a database table.
Syntax
trigger OnBeforeInsertRecord()
begin
...
end;
Remarks
This trigger is only used to import data. It is typically used for evaluation or calculations before the record is inserted into the database table.
If the AutoSave Property is false, then although the record is not inserted automatically, the OnBeforeInsertRecord trigger is still called before the insertion would have occurred.