The FacNavBar object contains the following properties:
| Property | SubType | Read Only | Description |
|---|---|---|---|
|
Boolean |
No |
If Allow All Values is selected, the All option appears for the level and all attribute values available in the child level are displayed. Otherwise, only attribute values filtered by a parent level are displayed. Use (1 - Yes) to enable. |
|
|
Boolean |
No |
If Allow Blank Values is selected, the Not Specified option appears for the level and facilities can be displayed if no attribute value is specified. Use (1 - Yes) to enable. |
|
|
Long |
No |
BackColor selects a background color for the Facility Navigation BarTool. Note: In script, you can set this and other color properties using the VBScript function 'control.somecolor = RGB (255,0,0).' |
|
|
Long |
No |
BorderStyle specifies the border style of the Facility Navigation Bar windows. Available values are:
|
|
|
String |
No |
Specifies the user descriptions of Facility Navigation Bar attributes. |
|
|
String |
No |
Specifies the values of Facility Navigation Bar attributes. |
|
|
Filter |
|||
|
String |
No |
Specifies the font used by the Facility Navigation Bar. Note: In script, you can set font properties using "-13, Arial" for example. |
|
|
String |
No |
Specifies the facility Initial Rule filter. |
|
|
Long |
No |
Specifies the label attribute for a specified level as an integer.
|
|
|
String |
No |
Specifies the label attribute of a specified level as a string.
|
|
|
String |
No |
Specifies the label text for a specified level.
|
|
|
Long |
No |
Specifies the label type for a specified level. The property can be 1 - Attribute or 2 - Text.
|
|
|
Long |
No |
Specifies the total number of drop-down levels in the tool. The default is 3. |
|
|
Boolean |
No |
Sets the control's automatic persistence of run-time configuration settings. |
|
|
String |
No |
Specifies the registry persistence name for the run-time configuration. |
|
|
String |
No |
Specifies the registry persistence name for the run-time selections. |
|
|
Boolean |
No |
Specifies whether descriptions (rather than table entry names) are shown for table-driven facility attributes. Notes: When this property is set, two parameters are required: an integer that specifies the level for the property and a Boolean value to set (for example, FacNavBar.X.ShowDescriptions 0, True). When this property is retrieved, one parameter is required: an integer that specifies the level for retrieving the property (for example, MsgBox FacNavBar.X.ShowDescriptions(0)). |
|
|
Boolean |
No |
Specifies whether labels appear above the drop-down menus. Default is 1 - Yes. |
|
|
Boolean |
No |
If Levels is selected, the last drop-down menu in the Facility or Group Navigation Bar contains a list of facilities or leaf nodes based on the last level. Otherwise, the last drop-down shows the last level in the hierarchy. |
|
|
String |
No |
[SiteService] identifies the CVS, Facility Service, or Group Service for the settings. The format for the value is Site.Service. If this field is blank, the Site.Service specified for TheView is used. If Site.Service is defined for both TheView and the object, the value specified for the object is used. |
|
|
Short |
Yes |
Returns the number of the target level of the filter hierarchy. |
|
|
Long |
No |
Specifies the width of the combo box at the specified filter level.
|
|
|
Integer |
No |
Specifies the width type of a specified level. Options are 1 - Variable or 2 - Fixed.
|
See Facility Navigation Bar Tool Properties for more information.