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

Trigger a scrip upon opening file by password


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

Recommended Posts

Posted

Hi,

I would like to know if its possible to trigger a script upon opening file with surtain password.

Meaning, allowing only "123" password to trigger the script upon opening the file.

Thanks in advance!

Posted

Assign the password to a unique group. Then in your Open Script, Use an IF statement to test to check for that group:

If (PatternCount(Status(CurrentGroups),"SpecialGroup"))=1

Perform subscript (SpecialScript)

Else

{maybe run another script}

End If

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