Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a text object on a form which needs to remain visible unless an item is selected from a particular list box...
The 'Total HSC' text object remains visible unless a 'Work Type' is selected (cat_desc). Once a 'Work Type' has been selected, I want it to become invisible... when the 'Work Type' is cleared, it becomes visible again.
I have read documents on this but can't seem to get my head around how I would put this into practice.
Thanks in advance for your assistance peeps
For 'Total HSC' text obect use this show/hide condition:
GetSelectedCount([WorkType]) = 0
For 'Total HSC' text obect use this show/hide condition:
GetSelectedCount([WorkType]) = 0
Thanks Sunny. I'm sure the scripting I've used previously has made it a lot more complicated than that