SETSLECTIONFILTER only selects first 20 rows

Albertvh
Albertvh Member Posts: 516
Hi All,

I call a function in a subpage from a header page using
CurrPage.SubPage.PAGE.MarkedRecords(VarRec);

and in the SubPage

CurrPage.SETSELECTIONFILTER(VarRec);

VarRec is set to VAR in the subpage function

If I click in the top left hand corner of the subpage it selects the first 20 records even though I have let's say 100.

If I scroll down to the bottom and then click the top left hand corner it does select all 100.

How can I get NAV to set the selection filter correctly the first time?

Looking forward to some answers.
Thank You.

I'm using NAV 2016 Build 42815

Albert

Comments