MODIFYALL Help file?

Alex_ChowAlex_Chow Member Posts: 5,063
RunTrigger
Type: Boolean

If this parameter is true, the code in the OnModify Trigger is executed. If this parameter is false (default), the code in the OnModify trigger is not executed.

Remarks
If no filter is set, the field is modified in all records in the table. If a filter is set, the fields are modified only in the records which fall within the range specified by the filter.

The OnValidate (Fields) Trigger is never executed when MODIFYALL is used.

These 2 statements seem to contradict each other?

Comments

Sign In or Register to comment.