Reset QBE from code? how to?

I am using the standard QBE button. What I need is to reset the QBE search from the code (not by clicking on the QBE button and click on Clear). Tried QBEx.Reset() but it reset query search string but browse still searching previously inserted string…

is there any trick?

It can be done like this:

QBExx.Reset()
BRWxx.SetFilter(‘’,‘9 - QBE’)

1 Like