Tabbing

M

mark

right click on the textbox, and set the tabindex property.

if your two textboxes have sequential tabindexes, and the
tabstop properties are true, it will pass the cursor from
one to the next when tab is pressed.

-----Original Message-----
Hi EveryOne

I have a small problem.

I have a form with textboxes, and I would like the user
to tab to get to the other textbox after data is entered
or not.
 
Top