crazybake Posted April 8, 2003 Posted April 8, 2003 I have the issue that users stay in records for lengthy amounts of time (which with FM server caused problems). I created a script connected to a "done" button which would exit the reocrd request... They compalined about having to hit a "process" button for each transaction... Is there a way to: script without a button (so that when a users tabs out of a field) that I can make it "required" and force them to stay in this filed and make an entry... and after this entry is made that it automatically exits them out of the record... all without the i,pression that they are clicking a button... thanks
danjacoby Posted April 8, 2003 Posted April 8, 2003 Create a script that: Goes to the field, Pauses for a set amount of time (long enough to enter the data), If the data is entered, exits the record, otherwise runs the script again. Attach the script to the field itself and disallow entry into the field. Now, when they click on the field, they can enter the data, and then it'll go somewhere else.
Recommended Posts
This topic is 7904 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now