rerRecordReference2 := rerRecordReference.DUPLICATE; rerRecordReference2.SETTABLE(recMyTable);With the DUPLICATE the record,filters and index are copied in another variable. And SETTABLE clears the filters on the new variable but leavs the first variable unchanged.
Comments
This is not fixed in 4.0. When i meet this problem I don't know that is a bug. I belive this function work in that way.
I found other way to bypass that but it is very ugly
Thanks for the tip