I have a form which display record form temporary table.
I put filters on onAfterGetRecord
IF filtreForm <> GETFILTERS THEN //when filters from Rec change
BEGIN
filtreForm := GETFILTERS;
listePretTEMP.RESET; //temporary table
IF filtreForm <> '' THEN
listePretTEMP.COPYFILTERS(Rec)
ELSE
rechRess := '';
END;
Without this, filters are applied on "real" table so there's no effect...
My problem come from the binoclars. Indeed, i have the same kind of problem like rec filters.
So i like to know, if someone have an idea to filter with binoclars on temporary table.
Thx
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
It's what i mean by binoculars.
Also i can use the Binoculars
Which version do you use?
With Dynamics Nav 5, binoculars seems work but the same thing with my version don't.
Do you have the same version as me?