Relation dialog events
Reference topic for the relation dialog code events set.
| Event | Use when ... | Function |
|---|---|---|
| Before Opening The Form | Use this event to initialize the form, set up toolbars, menus, etc., before opening it. For example, use it to implement variables and to define UI settings. | dlgEvent_action_BeforeOpeningTheForm |
| After Closing The Form | Use this event at the close of the form. For example, use it to reset UI settings, or close database connections used. | dlgEvent_action_AfterClosingTheForm |
| After Taking Photo | Use this event when a photo is taken. For example, use it to log photos. | dlgEvent__action__AfterPhoto |
| After Selecting Gallery | Use this event when a gallery is selected. | dlgEvent__action__AfterGallery |
| After Phone Call | Use this event when a phone call is triggered. For example, use it to record the phone call history. | dlgEvent__action__AfterPhone |
| After Sending Mail | Use this event when an email is sent. For example, use it to record the email trail in a database | dlgEvent__action__AfterMail |
| After Sending SMS | Use this event when an SMS message is sent. For example, take the details of the SMS and use the data to trigger an email. | dlgEvent__action__AfterSMS |
| After vCard Select | Use this event when a virtual contact card is selected. | dlgEvent__action__AfterVCard |
| After Map Query | Use this event when a map is queried. | dlgEvent__action__AfterMapQuery |
| After Barcode Scan | Use this event when a barcode is scanned. | dlgEvent__action__AfterBarcode |