Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7333 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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.

Posted

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
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.