automatically jump to next field
Posted: Fri Dec 07, 2007 3:44 pm
Hello again.
I have finicky users who do a lot of data entry. They want something that will automatically move the cursor to the next field upon reaching a limited number of characters in the prior field.
Best example? enter the year as '07' and upon pressing 7 you are in the next field.
Is there an easy way to do this in dataface? I know there is java…
Another note, about the find utility --
I have a variable set as enum('0', '.1', '.2', '.3', '.4', '.5', '.6', '.7', '.8', '.9', '1').
If I do a find on this field for 1, I get '.1' and '1'. I want just '1'. I can go around it by just writing out the url (i.e. myfield==1) and putting a link in my forms, no biggie.
Thanks
I have finicky users who do a lot of data entry. They want something that will automatically move the cursor to the next field upon reaching a limited number of characters in the prior field.
Best example? enter the year as '07' and upon pressing 7 you are in the next field.
Is there an easy way to do this in dataface? I know there is java…
Another note, about the find utility --
I have a variable set as enum('0', '.1', '.2', '.3', '.4', '.5', '.6', '.7', '.8', '.9', '1').
If I do a find on this field for 1, I get '.1' and '1'. I want just '1'. I can go around it by just writing out the url (i.e. myfield==1) and putting a link in my forms, no biggie.
Thanks