Lists

Lists add one or more values to the list of selected filter values. Like drop-down lists, lists load available values automatically when filters are set or when frames are activated.

*  To set values in a list to be loaded in ascending or descending order, add ^a or ^d to the name of the control.

    Lists can include the following additional entries.

    *  To remove a filter name from the list, add ^hidename to the name of the control.

      To include the filter name again, change ^hidename to ^showname in the name of the control, or remove ^hidename from the control name.

      *  To remove the Ignore keyword from the top of the list, add ^hideignore to the name of the control.

        To include the filter name again, change ^hideignore to ^showignore in the name of the control, or remove ^hideignore from the control name.

        Tip:

        Press Ctrl and select multiple filter values simultaneously.

        Tip:

        For efficiency, defer list box selections to when the Quick Filter command button is pressed.

        If the line of JavaScript that calls the Quick Filter handler is present in the control, then each click in the list box sets or resets the selected value. If the line of JavaScript is commented out or removed from the control, then the values selected are not set or reset until the Quick Filters command button is pressed, at which time all check box, text box and list box selections are processed at the same time.