Newbies rapp Posted September 28, 2000 Newbies Posted September 28, 2000 I am attempting to have a script be called as son as a value as been chosen from a value list. Script: open another database Can it be done?
Chuck Posted September 29, 2000 Posted September 29, 2000 quote: Originally posted by LiveOak: I'll attempt to translate: Q: I am attempting to have a script execute as soon as a value has been chosen from a value list? If this is your question, what you desire is possible, but requires a FM plug-in. A plugs like Sript Scheduler will trigger the execution of a script upon exiting a field. -bd I think you can do it without the plug-in, but it won't be as easy. Have a global field that sets itself to the value of the field when you get to the layout. Then enter a loop that pauses and continues every half second or so. Each time through the loop, check to see if the value of your field is equal to the value of the global. If it is not, exit the loop and do whatever processing you need. It isn't a perfect solution, but I think it would work. Chuck
LiveOak Posted September 29, 2000 Posted September 29, 2000 I'll attempt to translate: Q: I am attempting to have a script execute as soon as a value has been chosen from a value list? If this is your question, what you desire is possible, but requires a FM plug-in. A plugs like Sript Scheduler will trigger the execution of a script upon exiting a field. -bd
Recommended Posts
This topic is 8826 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