set focus on combo box

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

I have a simple form displaying records with a few simple record navigation
buttons. When a user clicks 'add record' i have set it so the focus is set to
a certain combo box where the user uses the pull down menu and selects
whatever ID they need. Is there any way however to automatically open the
pull down menu from the combo box as the focus is set to it so when a user
clicks add record the focus is upon the combo box and the menu automatically
opens.
Thanks

nathan
 
Ciao said:
I have a simple form displaying records with a few simple record
navigation buttons. When a user clicks 'add record' i have set it so
the focus is set to a certain combo box where the user uses the pull
down menu and selects whatever ID they need. Is there any way however
to automatically open the pull down menu from the combo box as the
focus is set to it so when a user clicks add record the focus is upon
the combo box and the menu automatically opens.
Thanks

nathan

ComboBox.setfocus
Combobox.dropdown
 
Back
Top