Step 4 Include STDTABFLR

Web Functions Wizard

Step 4. Include STDTABFLR

WIZ004 - Defining a Standard Menu Component

Include the STDTABFLR field in your RDML screen definitions to support an alternate button color to indicate when a button is selected. If STDTABFLR does not already exist in your data dictionary, create it and define it as A(20).

1.  Edit the RDML for your functions iiFN001 and iiFN002 to include the #STDTABFLR field as a hidden field (attribute *HIDDEN) in each of the screens. You may need to modify REQUEST, DISPLAY and GROUP_BY statements.

2.  Recompile your functions.

3.  Execute your iiFN001 test function. When you use the Left Menu Item to execute the Display Sections function, the left menu will appear:

    Notice that the text color on the Display Section changes from white to black when the button is selected. This is determined by the process style sheet. For more details refer to WIZ006 - Defining a Style Sheet.