Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Executed when a user inserts a new record into the table.
Applies To
Tables
Remarks
This trigger is executed before default insert behavior occurs. The new record is not inserted if an error occurs in the trigger code.
In tables where records are entered in pages that have the DelayedInsert Property set to Yes, we recommend that you write any code that is in an OnInsert trigger so that it will always succeed. For example, this applies to journal lines.