Matthew F Posted December 18, 2009 Posted December 18, 2009 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.
IdealData Posted December 18, 2009 Posted December 18, 2009 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.
Matthew F Posted December 19, 2009 Author Posted December 19, 2009 That sums things up nicely, thanks.
Recommended Posts
This topic is 5804 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 accountSign in
Already have an account? Sign in here.
Sign In Now