(RPG) DropDown element "Dropped Down" on initial display?
Posted: Thu Aug 29, 2013 5:23 am
Activity on this list seems a bit slow lately, so...
Is there a way to programmatically display the list of items in a DropDown element upon initial display of a form, rather than having to have a user touch the DropDown first?
I've tried setting the 'hasFocus' property of the DropDown, but that does not generate the desired effect.
The scenario is that I've got a DropDown that contains a list of jobs for a customer, and that list can have as many as a couple hundred jobs. The first 'item' in my DropDown list is 'Filter List...', which, when touched, displays a popOver form, allowing entry of a 'contains' string that is then used as input into the procedure that populates the DropDown list. Once a DropDown list is filtered, I'd like to have the filtered list displayed to the user, rather than having to have them touch the DropDown again in order to select from the filtered list (see attached doc for screenshots).
TIA
Is there a way to programmatically display the list of items in a DropDown element upon initial display of a form, rather than having to have a user touch the DropDown first?
I've tried setting the 'hasFocus' property of the DropDown, but that does not generate the desired effect.
The scenario is that I've got a DropDown that contains a list of jobs for a customer, and that list can have as many as a couple hundred jobs. The first 'item' in my DropDown list is 'Filter List...', which, when touched, displays a popOver form, allowing entry of a 'contains' string that is then used as input into the procedure that populates the DropDown list. Once a DropDown list is filtered, I'd like to have the filtered list displayed to the user, rather than having to have them touch the DropDown again in order to select from the filtered list (see attached doc for screenshots).
TIA