October 29, 200421 yr Newbies 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.
October 29, 200421 yr 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
October 29, 200421 yr Author Newbies 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
Create an account or sign in to comment