awayand Posted May 21, 2003 Posted May 21, 2003 Hey guys, this is fun. Anyway, I'm trying to execute a script as soon as someone leaves a field. Is there a way to do this? Also, what script step do I need to use, to deactivate all fields? For example, I have a script that clears out a field. It just inserts nothing into the field. However, I want to get out of that field, I don't want the cursor to be flashing in there. Any ideas? Thanks so much!!!!
cjaeger Posted May 21, 2003 Posted May 21, 2003 1) yes, but it's somewhat annoying unless you use a plugin make yourfield a button attach following script Go to field, yourfield Loop PauseScript, 1 sec Exit loop if [status(currentfieldname)!="yourfield"] #with the quotes! End loop 2) script step "Exit record"
Lee Smith Posted May 21, 2003 Posted May 21, 2003 No matter how you ask the question, it will be the same answers.
Recommended Posts
This topic is 8203 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