Removing Promoted Events
Follow these steps to remove the promoted event we just created.
- From the Application Manager Double Click on Miscellaneous, then Application Rows. Click on the appropriate entity:
SYSREPOSEVENTEXES:EXAMPLES_GOTFOCUS..OIWIN_
- From the menu select Entity, then Delete.
- Open the System Editor and type the following in the EXEC line
RUN DELETE_ROW SYSREPOSEVENTEXES, EXAMPLES*GOTFOCUS..OIWIN*
This will delete the Promoted Event Shell BASIC+ object code from the SYSREPOSEVENTEXES table.
- Run the EVENTDESIGNER form, select the GOTFOCUS event for the Window and change Enforce to No. Click Save to close the window.
- Log out and log back in to make OpenInsight to recognize the change.
- Recompile all your forms to reflect the change
</code>