Going to the next field

  • Thread starter Thread starter Rani
  • Start date Start date
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
 
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.
 
-----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.
 
Back
Top