I need to find a way to remove a filter from the design view of a form. Using filter remove filter is not good because if you open form in design mode the filter is still there.
I have other macros that open forms base on the first form's filter with
setvalue: forms!form2.filter = forms!form1!filter;
I tried
runcommand: remove filter/sort
Setvalue: Forms!form1.filter = ""
whether it be on form open or close does not matter, so long as I can get rid of the filter value.
Nothing works.
Any idea anyone ?
Thanks for your help.
I have other macros that open forms base on the first form's filter with
setvalue: forms!form2.filter = forms!form1!filter;
I tried
runcommand: remove filter/sort
Setvalue: Forms!form1.filter = ""
whether it be on form open or close does not matter, so long as I can get rid of the filter value.
Nothing works.
Any idea anyone ?
Thanks for your help.