Can this be Done? I don't understand the scope

How would I compare the value of a “Numeric Text Field” on windows 1 to the value another “Numeric Text Field” on windows 2.

I’m trying to do this with script, but when I look at my Property Reference the other windows components do not show up - so they must be out of scope.

Is there a way to do this “Without assigning to TAGS”?

Thanks

You can script the lookup of the other window then drill down into its containers on an as-needed basis from one window. If you need to do this on both windows, I would use bidirectionally-bound client tags on both windows.

2 Likes

Note this method requires that the other window is open.

1 Like