Hello I am wondering about this question a while ago now. Does C/Side works like other languages in a sense that, you can modify a control property programmatically?
For instance, I have a report and in that report I have a request form which has 2 radio button (option button), each option button has a textbox that must be filled if the relative radio button is selected.
Is it possible to make it so that once a radion button is selected the relative textbox is enabled and the other textbox is disabled??
The picture below will help clarify the situation.
Thanks