cursor setting

T

Todd

How do you set the cursor to where when you tab into a
field it starts after the last character if you have an
input mask? I have some code where when you check a box
some default text is automatically entered in a certain
field and when I tab to that field it does go to last
character which works fine. My problem is that I've also
got some code where when you check the same box another
default text is entered in a different field but this
field has an input mask in it and the cursor only goes to
the beginning of the field.

My input mask for that box is AAAA"-"AA"-"AAA and the code
for when the box is check will populate the first four
letters of the input mask
 
Top