Hi, now I have a problem with filters and hope someone here is able to help me ;-)
I tried to set two filters successively on my table. The code I wrote, looks like this:
SETFILTER(Stufe, act_Stufe );
basicFilter := CurrForm.TMP_KMAT.FORM.GetGrundbezeichnung;
SETFILTER(Grundbezeichnung, basicFilter );
The first filter works very well, but the second one is not able to run.
What can I do, to set both filters at the same time on my table???
Thank you very much for your help...
0
Comments
Maybe you can first display the content of the basicFilter variable, to check how it looks like?