Pre-Dialog Is Initialized

These steps occur before the Dialog is Initialized event is processed and the form appears:

  • Initialize runtime structures (or clear memory) as shown:

    • BC = null.

    • FC = null.

    • GC = null.

    • FI = Values passed from a calling form (if any).

    • PO = Values passed from processing options.

  • Initialize form controls.

  • Initialize error handling.

  • Initialize static text.

  • Initialize helps.

  • Create tool bar.

  • Load form interconnect data into corresponding BC columns and filter fields (if any exist).

  • Initialize thread handling.