Transferring value from one screen to another

Hi,

I have a number that is calculated on one screen on display but I would like to also display this value on another window is this possible? if so how would I go about it please? thanks in advanced!

Try this one:
Solution 1

window = system.gui.getWindow("WindowName")			
value = window.rootContainer.getComponent("TextField").text

Solution 2

Write this value in the tag, which is then read in another window.

Solution 3

If another screen is popup then pass the parameter.

2 Likes

Thank you,

In solution 1 where do I put that scripting sorry?

and how would I do solution 2 what type of tag do I need?

Use a vision client tag.

2 Likes