Stickybeak Posted November 8, 2010 Posted November 8, 2010 Having set a variable in one database - using the $$ - is it possible to write a script that will place that variable in a filed in another database?
TheTominator Posted November 8, 2010 Posted November 8, 2010 (edited) Yes. Call a script in the other database. Send the $$variable as a parameter while calling the script. In the script being called, use Get(ScriptParameter) to read the value. Assign this value to a field. Edited November 8, 2010 by Guest
Stickybeak Posted November 8, 2010 Author Posted November 8, 2010 I dont see the Get command in the script commands
Stickybeak Posted November 8, 2010 Author Posted November 8, 2010 Also how do i send something as a parameter
Stickybeak Posted November 8, 2010 Author Posted November 8, 2010 Got it - with a little help form here: http://fmforums.com/forum/showtopic.php?tid/217378/ Thanks for you help
Recommended Posts
This topic is 5130 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