Defining Optional Settings

List Boxes and drop-down lists can have optional settings added to their names to:

Table 6. Optional Settings for List Boxes and Drop-down Lists

Optional SettingObject Name
<Filter_Name>^qiqlbx<suffix>^<nameSetting>^<sortSetting>^<ignoreSetting>list box
<Filter_Name> ^qiqdrp<suffix>^<nameSetting>^<sortSetting>^<ignoreSetting>drop-down list

Table 7. Valid Values for Optional Settings

SettingValues
<nameSetting>showname / hidename (Default=showname)
<sortSetting>a /d (Default=a)
<ignoreSetting>showignore /hideignore (Default=showignore)

Note:

The order of the settings is not important. Any setting can be omitted. If a setting is omitted, the default value is used.

Quick filters are named as follows:

<Filter_Name>^qiqlbx<suffix>^hidename^d^hideignore

<Filter_Name>^qiqdrp<suffix>^hidename^d^hideignore

For example, all the following would be valid and all would be identical:

City^qiqdrp^hidename^d^hideignore
City^qiqdrp^hidename^hideignore^d
City^qiqdrp^d^hideignore^hidename
City^qiqdrp^d^hidename^hideignore
City^qiqdrp^hideignore^hidename^d
City^qiqdrp^hideignore^d^hidename

The following two settings are valid and have the same effect.

City^qiqdrp^showname^a^hideignore
City^qiqdrp^hideignore