Open Combobox automatically

D

dhstein

I have a form for entering a new product. I am moving the user through the
data entry field by field by doing a "NextFieldToEnter".SetFocus. One of the
fields is a combobox and I'd like to open the combobox automatically when he
gets to that control. SetFocus just moves the cursor there. How can I do
that? Thanks for any help on this.
 
P

Piet Linden

I have a form for entering a new product.  I am moving the user throughthe
data entry field by field by doing a "NextFieldToEnter".SetFocus.  One of the
fields is a combobox and I'd like to open the combobox automatically whenhe
gets to that control.  SetFocus just moves the cursor there.  How canI do
that?  Thanks for any help on this.

Mycombobox.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