Step 1. Create Department / Section Dropdown Reusable
VFW074 – Create a Compound Reusable Part
1. Create a new reusable part:
iiiVFW14
Department / Section Dropdown
2. Resize the panel and drop the department dropdown reusable (iiiVFW13) onto the panel.
a. Change its DEPT_DD
tob. Give DEPT_DD a 0.
and property ofYour design should look like the following:
3. Drag and drop a combo box onto the panel.
a. Change its SECT_DD.
tob. Find the Table SECTAB on the Repository tab.
c. Drop fields SECDESC and SECTION into the combo box.
d. Change the column sourced from SECTION false. The combo box should be displaying the section description only. Change the to DropDownList.
property toA DropDownList style does not allow the user to enter a value. Only one of the displayed values may be selected.
e. Resize the Combo box so that all of the section description text is visible.
f. Position the sections Combo box closely underneath the department Combo box.
g. Drop a Label component to the left of the sections Combo box and changes its Sections. Adjust the and of the Label.
property toh. Move the Label so that it is close underneath the "Departments" label and change the new Label's 0.
property toHint: To move components around accurately in the view, use the keys.
i. Change the SECT_DD Combo box's 150.
property toYour design should look like the following:
4. Save your changes.