
I have a radio button on one screen with 'Yes' and 'No' as options. I want text to become visible on a separate screen if 'Yes' is selected. I have put this in the 'Visible' value of the text label: Radio1.Selected.Value = "Yes"
This looks correct and simple to me, but doesn't work. The text doesn't appear. Is there anything missing here?
Thanks for any help
Hi @Bonniedog2
I would suggest using a Variable or at least do this.
Add a Label to the same screen as the Radio.
Set that Labels.Text value = Radio1.Selected.Value
Then select it and see what the labels value is, if it doesnt change you have another issue, if it does youll see what it is and know why its not working on the other screen
If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey