I faced problem how to define user selected records in Nav 2009 was used command SETSELECTIONFILTER, but after upgrade to Nav2013 it does not work - return record has filtered only one current record, exact full key filter. What command should I use instead? Or any ideas?
Thank you!
Jurijs Staubs
Navision developer, (3 years in NAV)
0
Comments
CurrPage.SETSELECTIONFILTER(SalesInvHeader);
SalesInvHeader.PrintRecords(TRUE);