MarkusArchus
Programmer
I have a form with a text box whose Visible property is
set to No. When I click on Filter by Form, this text box
appears, and it remains visible after I apply the filter.
Any idea why this would happen and how to stop it from
happening? Deleting the text box is not an option. I
tried setting the Visible Property to No in the Filter
event procedure, but that doesn't work. Setting it in the
ApplyFilter event does work, but then it's still visible
while filtering.
The text box in question is on a Tab control, if that
makes a difference.
set to No. When I click on Filter by Form, this text box
appears, and it remains visible after I apply the filter.
Any idea why this would happen and how to stop it from
happening? Deleting the text box is not an option. I
tried setting the Visible Property to No in the Filter
event procedure, but that doesn't work. Setting it in the
ApplyFilter event does work, but then it's still visible
while filtering.
The text box in question is on a Tab control, if that
makes a difference.