cancel
Showing results for 
Search instead for 
Did you mean: 

How to access or reference a variable set in a custom container from the screen containing that container

jim239955_st
Associate II

I have a custom container that pops up on a screen for password entry. The password is set using 4 scroll wheels and an entry button with icon. When the entered password matches the required password a flag variable is set and the custom container is made invisible. I need to access the value of this flag in the screen logic to determine access rights to other functions of the screen. What is the syntax for referring to this variable value from the screen?

I assume some form of MPV method must be used to pass the value but i do not know how this applies to custom containers within a view.

1 REPLY 1
jim239955_st
Associate II

Does anyone have an answer for this please? I am guessing there should be a standard syntax for doing this? Its just not listed in any of the documentation