When I press the remove filter toolbar button the combobox does not remove the filter, but if I use the Reports menu command it removes the filter.
When I press the filter toolbar button I get an ApplyFilter event with
ApplyType = acApplyFilter. When I press the filter toolbar button again to
remove the filter I get the ApplyFilter Event with ApplyType=acApplyFilter
again, when I expected it to be acShowAllRecords. If I remove the filter
using the equivalent menu command, I do get ApplyType=acShowAllrecords.
Can anybody explain this behavior, or offer a workaround ?
When I press the filter toolbar button I get an ApplyFilter event with
ApplyType = acApplyFilter. When I press the filter toolbar button again to
remove the filter I get the ApplyFilter Event with ApplyType=acApplyFilter
again, when I expected it to be acShowAllRecords. If I remove the filter
using the equivalent menu command, I do get ApplyType=acShowAllrecords.
Can anybody explain this behavior, or offer a workaround ?