I have a text entry box that will only show up when specific IF conditions are met.
What I need is for the user to then close the box down using the a ONSELECT function for an icon with out the required conditions being changed.
The IF statement sits in the (visible) section so i cant seem to rename it and do do it that way which i know already works.
Please see what I have done so far:
If(RandomLetter1MS.Text = "F", true, false) Or If(RandomLetter2MS.Text = "F", true, false) Or If(RandomLetter3MS.Text = "F", true, false) Or If(AreaFConfirm.Icon ="OnSelect", true)
The last If(AreaFConfirm.Icon="Onselect",true) didn't work when I selected the Icon. Everything else is fine. Any help would be much appreciated!