Newbies Duskflyer Posted October 29, 2004 Newbies Posted October 29, 2004 I need a way to stop a script from running if a certain value in a value list is selected. For example I have a list that shows customer status - active, inactive, caution, and cancelled. I want a script to halt of the status "cancelled" is selected. I am a novice, so please really spell it out. Thanks.
David Holmberg Posted October 29, 2004 Posted October 29, 2004 Wright this anywhere in your script where you want to halt it IF (yourtable::yourfield="cancelled") Halt script End IF ...if you wanted to exit it completely, you could change "halt script" to "exit script"... Hope this is what you wanted and good luck
Newbies Duskflyer Posted October 29, 2004 Author Newbies Posted October 29, 2004 Thank you ! That works perfectly. Exactly what I wanted. I even tossed in a beep and a dialog box. I really appreciate the response. Jeff Oakes
Recommended Posts
This topic is 7333 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