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

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

Recommended Posts

Posted

I have a script that goes from Layout A to Layout B and pauses to allow data entry from the user. On Layout B I have a number of buttons that allow the user to "auto-fill" specific fields together with a button that takes the user back to Layout A.

e.g.

Button 1: Scripted Routine 1

Button 2: Scripted Routine 2

Button 3: Return to Layout A

If the user selects Button 3: "Return to Layout A" during my scripted routines for Button 1 or Button 2, how can I disallow this action so that the user must finish the scripted routines?

Posted

Make one of your first steps "Allow User Abort" "OFF"

Be sure that you have the scripts working correctly before using this step.

HTH

Lee

cool.gif

Posted

or you can use a flag field / status field (a global - so that it is unique for each user). Script1 sets the flag to 1 at the start of its script. The other scripts check the flag field as the first script step and exit if that field is 1.

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