Creating a Popup
1. From the OpenInsight IDE choose New, Windows UI Tools, Popup Box to launch the Popup Designer.
2. From the Popup Designer, enter the following:
a. Title: Customers
b. Source: Select Rows From Table
c. Table: CUSTOMERS
d. Selection Criteria: BY @ID
e. Column ID: CUSTOMERID, ORGANIZATIONNAME, CONTACTNAME, STATE, PHONENUMBER. Adjust the column Width and Justification.
3. From the Popup Box Property Panel set the Popup Behavior and Appearance.
4. From the OpenInsight IDE, choose File, Save to save the popup. Enter the popup name CUSTOMERS in the Entity Name.
5. From the OpenInsight IDE, choose Test Run to execute the popup.