Diagnostic information about forms

Diagnostic information about forms includes information about these processes:

  • Initialization: Each time a form is opened, you can include information about a variety of parameters, such as its filter criteria and whether its is a linked child form or a modal child form.
  • Events: Collects data for events that are generated by the form. Every event that is generated, whether it is a standard event or custom event, can create an entry in the log. Each entry shows the number of applicable event handlers that were found, if any, and the number that were actually executed. To be applicable, an event handler must match not only the event name, but the current collection as well (through its COLID keyword, if any). If an event handler returns an error code, the execution of subsequent event handlers is stopped.