setfocus next textbox

Edwinq

Registered User.
Local time
Today, 12:30
Joined
Apr 8, 2010
Messages
25
Hi,

I have a form with 5 textboxes, for entering a license code.
When the first textbox is filled with the 4 digits, i want to sefocus to next textbox automaticly.
Now users have to press TAB after each textbox.

Thanks.

edwin
 
If you set up an input mask for each text box then the cursor will automatically move to the next control in the tab order.
 
i did set an input mask of 4 digits for these fields.
after the 4 digits, the computer only beeps.

edwin
 
Look at the properties of the textbox there is one for moving to next control - autotab = Yes if I remember rightly.
 

Users who are viewing this thread

Back
Top Bottom