Here is my situation:
1. I have a form with the default view "Continuous Forms". So it displays many rows of data.
2. The form has the textboxes text1 and text2. Text2 is usually invisible.
3. If the user changes text1 to the value "x", I make text2 visible. I do this in text1's after update event.
Here is my problem:
If the user changes text1 to "x", then the text2 field on EVERY row becomes visible. I just want the text2 field for the active row to become visible.
Please advise.
1. I have a form with the default view "Continuous Forms". So it displays many rows of data.
2. The form has the textboxes text1 and text2. Text2 is usually invisible.
3. If the user changes text1 to the value "x", I make text2 visible. I do this in text1's after update event.
Here is my problem:
If the user changes text1 to "x", then the text2 field on EVERY row becomes visible. I just want the text2 field for the active row to become visible.
Please advise.