Going to the next field

R

Rani

Hi guys a simple question:
I have a field with an input mask and I would like the focus to move to the
next field upon completion of entering data.

how do I do that ?

Thanks
 
R

Rick Brandt

Rani said:
Hi guys a simple question:
I have a field with an input mask and I would like the focus to move to the
next field upon completion of entering data.

Set the Control's AutoTab property to Yes.
 
G

Guest

-----Original Message-----
Hi guys a simple question:
I have a field with an input mask and I would like the focus to move to the
next field upon completion of entering data.

how do I do that ?

Thanks


.
use the OnExit procedure and place the text

fieldname.setfocus

in the code section.
 

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