Combobox and updates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello !
I have a fom that begins with a combobox. When I choise a value from the
box and press tab the post is saved and i get a new emty one. This will not
happen if I use the mouse to get to next field.
I want to stay at the current post and fill in the other values on it,
before going to next.
What am I doing wrong ? How can I fix this ?

Hope you can help.

/Peder
 
Peder said:
Hello !
I have a fom that begins with a combobox. When I choise a value from the
box and press tab the post is saved and i get a new emty one. This will
not
happen if I use the mouse to get to next field.
I want to stay at the current post and fill in the other values on it,
before going to next.
What am I doing wrong ? How can I fix this ?

Hope you can help.

/Peder
It's possible that you added the combo box after the other controls on your
form which means it will be at the end of the Tab order. If so then while in
Form Design mode select Tab Order from the View menu. If your combo box is
at the bottom of the list of controls that appears then drag it to the top
and click OK. This should fix your problem.
 

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

Back
Top