I have an the following code on the OnVisible property of the screen:
Set(varShowImagebox, false)
I have another icon whose OnSelect property has
Set(varShowImagebox, true)
I have a text box for testing purposes whose Text field has
varShowImagebox
But when i click on the icon the textbox value does not change.