November 8, 201015 yr 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?
November 8, 201015 yr 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, 201015 yr by Guest
November 8, 201015 yr Author Got it - with a little help form here: http://fmforums.com/forum/showtopic.php?tid/217378/ Thanks for you help
Create an account or sign in to comment