Remove selectionfilter

poppinspoppins Member Posts: 647
edited 2015-04-27 in NAV Three Tier
Hi everyone,
I have a page with an action where I use the following code:
//some code 
CurrPage.SETSELECTIONFILTER(Rec);
//some other code based on this selection filter
When the treatment is completed, the page is still filtered with the records I selected.
How can I remove the SETSELECTIONFILTER "effect"?
There are other filters on the page, I just want to remove the ones caused by SETSELECTIONFILTER...

Thanks in advance :mrgreen:

Comments

Sign In or Register to comment.