Partner Selector
Used to select a Qubes partner.
Properties
| Property | Description |
| AutoCompleteMode | Defines how the selectors behave. There are two possible values: Start/Contains. |
| City | Limits the list to partners whose city contains... |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Fax | Limits the list to partners whose fax number contains... |
| FormatDisplayValue | Macro string defining a display format for the text in the selector's text zone. Only the fields used to define display formats will be used to filter the elements in the selector list. |
| FormatSelectValue | Macro string defining a display format for an element in the selector list. These fields are not used to filter the elements in the selector list. |
| FormatResultValue | Macro string defining a format for the value returned by the selector. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| Item | Limits the list to partners referenced in the item records. |
| Phone | Limits the list to partners whose telephone number contains... |
| SelectorColumns | List of fields to display as columns in the selector table that opens when the user clicks on a selector's button. |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| Type | Limits the list to partners of the specified type (possibility of entering a list). |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| Visible | Boolean indicating whether or not the component will be visible. |
| Zip | Limits the list to partners whose zip code starts with... |
List of available fields
| Name | Description |
| NAME | Partner name |
| DESCRIPTION | Description of the partner |
| GPAOID | Partner GPAO identifier |
| PHONE | Partner's telephone number |
| FAX | Partner's fax number |
| ADDRESS | Partner's street address |
| ZIP | Partner's zip code |
| CITY | Partner's city |
Value
The component returns the value defined by the FormatResultValue property, if the selection is valid; if not, it will return an empty string.