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

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

Recommended Posts

Posted

I'm not quite sure if "Interrupting triggers" is a correct title,so here's the question:

When you have a OnRecordLoad script trigger set to perform a Refresh script, is it possible to trace if another script is already running and avoid executing the command in order to freeze the window and minimize flicker?

Posted

When I have a script that trigger another script that I don't actually want to run, I include a

Set Variable[$$triggerOff;1]

step at the start and a

Set Variable[$$triggerOff; ""]

at the end.

In the triggered script, I add:

If[$$triggerOff]

Exit Script[]

End If

This comes up for me frequently with the New Window[] script step which triggers on LayoutLoad scripts.

Posted

When I have a script that trigger another script that I don't actually want to run, I include a

Set Variable[$$triggerOff;1]

step at the start and a

Set Variable[$$triggerOff; ""]

at the end.

In the triggered script, I add:

If[$$triggerOff]

Exit Script[]

End If

This comes up for me frequently with the New Window[] script step which triggers on LayoutLoad scripts.

Hmm, sounds like a nice solution, I'll look into it further, THANKS!

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