I am having a strange problem with the Server Filter property of one of my forms.
In some cases, after I filter my form programmatically the filter remains even after I close the form on its Server Filter property.
I even have a code to set the Server filter to nothing and it still has the same problem.
I have used the following codes on the "On CLose" event og my form:
On CLose:
Me.FilterOn=False
I also tested:
ServerFilter=" "
Can anyone help me?
In some cases, after I filter my form programmatically the filter remains even after I close the form on its Server Filter property.
I even have a code to set the Server filter to nothing and it still has the same problem.
I have used the following codes on the "On CLose" event og my form:
On CLose:
Me.FilterOn=False
I also tested:
ServerFilter=" "
Can anyone help me?