set focus on combo box

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
 
G

geppo

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top