Jump to content

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

Recommended Posts

Posted

Forgive my ignorance....

Is there a way to move a global variable defined in a script as $$Var1 from File1-Table1 to another File (say File2-Tablex).

e.g. In file1, script sets $$Var1 as recordID, then goes to a separate file2-Tablex to create a new record and save SSVar1 in a field in that record.

This works if table1 and tablex are in the same file. But the moment, the script goes to the new file, the SSVar1 is lost.

I am using a physical global field to move the information from one file to another. I was wondering if it could be done using defined variables.

Thanks for the help....

Posted

You could pass the value as script parameter to a script in the other file (perhaps even to the current script, I think?). Or you could create a "local" layout of the external table.

Posted (edited)

I think it's just terminology. Over here (in the UK) we like to say "you must drive on the right side of the road" - of course we actually drive on the LEFT HAND SIDE.

Of course we should say "correct side" !

Edited by Guest
Posted

Yes, I'm sure it's a terminology - I am just curious what does it actually mean.

Of course we should say "correct side" !

No, I think you should say "wrong side".

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