I want to change the visible property to a control in a component. Where would I do that? It doesn't seem to work in a script tag at the top of the component and I don't know how to reach that control from a script elsewhere.
I have an app with an input form (state 1). When you click a button on it, various computations happen and the result form is displayed (state 2). I want to either hide or display a control depending on the data from the computation. It is a label. The value in the text field (bound from a VO) next to it is what I use to make that decision. Jerry

