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.
or not.
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.
to tab to get to the other textbox after data is entered-----Original Message-----
Hi EveryOne
I have a small problem.
I have a form with textboxes, and I would like the user
or not.