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

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

Recommended Posts

Posted

I have a script which contains multiple other scripts. I'd like to give the user the chance to abort the script early enough to halt the other impending scripts. I have a message that asks if they would like to continue but the "Cancel" button doesn't stop the scripts. How do I get the "cancel" button to work?

Posted

Show Message "Next Script?"

If Status (CurrentMessageChoice) = 2

Exit Script

Else

Perform Script "Next Script"

End If

The "2" indicates the 2nd button from the right, which in this example would be the Cancel button. Make a series of these script steps to allow users to cancel between scripts.

This topic is 8190 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.