binoclars filters and temporary table

MctMct Member Posts: 30
edited 2009-07-07 in Navision Financials
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

  • kinekine Member Posts: 12,562
    WHht does it mean "binoclars"?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • MctMct Member Posts: 30
    Sry for my english. :(

    It's what i mean by binoculars.
  • garakgarak Member Posts: 3,263
    mhm, i have no pobs to filter in a form that dispayes a temp table.
    Also i can use the Binoculars

    Which version do you use?
    Do you make it right, it works too!
  • MctMct Member Posts: 30
    I have the 2.50 Financials version ...
    With Dynamics Nav 5, binoculars seems work but the same thing with my version don't.
    Do you have the same version as me?
  • garakgarak Member Posts: 3,263
    No, i've tested it with 2.60
    Do you make it right, it works too!
Sign In or Register to comment.