May 21, 200322 yr 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!!!!
May 21, 200322 yr 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"
Create an account or sign in to comment