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

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

Recommended Posts

Posted

Hi,

Script Steps Reference states that for SetField, the specified fields do not have to be on the current layout. But do they have to be on the current table?

If so, is the best way to copy data from a field in one table to a field in another?

Right now, this is the only way I can get it to work (code abridged):P

Go to Layout [X]

SetVariable [$fieldX]

Goto Layout [Y]

SetField [$fieldX]

Is this the best way?

Thanks.

Ethan

Posted

Set field[ takes two parameters, the recieverfield if needed relational prefixed with delimiter "::" ...the second half is either a similar field reference or a calculation. So your script makes only real sense if the two tables not are relationally tied. Relational ties are not required between global fields. So the answer must be - "hardly ever!"

--sd

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