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

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

Recommended Posts

Posted

It seems like a global variable can be passed another script within a given database (e.g. if the parent script calls a subscript with the "Perform Script" step) but not if the subscript is in a related Filemaker database. Is that true?

I suppose I'm stuck using script parameters.

Posted

The scope of $$vars are restricted to the current file.

The scope of $vars are restricted to the current script.

So, yes, you must use script parameters to pass from one file to another, but there is another way...

Using a relationship between two files you can reference global fields (not $$vars) in the other file.

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