Dialog Initialization

When a fix/inspect form is called, runtime initializes these items in this order:

  1. Thread handling

  2. Error handling process

  3. Business view columns (BC)

  4. Form controls (FC)

  5. Static text

  6. Helps

  7. Event rules structures

This flowchart illustrates the tasks that runtime performs after initializing these objects to complete dialog initialization:

Fix/Inspect dialog initialization.
Note: FC and BC are sharing internal memory, so copying into the BV is effectively copying into the internal FC memory locations.