Fields dialog events
Reference topic for the fields dialog code events set.
Event | Use when ... | Function |
---|---|---|
Before Field |
Use this event to set action states, initialize field values, or display messages to the user
before entering a field for input or query in an This event is triggered before the end user moves to the new field. |
dlgEvent_record_BeforeField_fieldName |
After Field |
Use this event to implement field validation rules in an This event is triggered after the end user moves to a new field. |
dlgEvent_record_AfterField_fieldName |
On Change |
Use this event to detect when a field has been changed by user input. For example, you can verify that the field was not left blank. If so, display a message to the user. This event is triggered after the end user moves to a new field. |
dlgEvent_record_OnChange_fieldName |