Hello All,
I have used the table filter within SourceTableView to automatically apply a filter on the open field when the user opens the customer ledger entry table.
However, when they press SHOWALL button, I want all entries to be displayed including entries that are not open. But at the moment, pressing SHOW ALL just lists all open entries for all customers.
Ideas?
Thanks
0
Comments
I have solved this problem by not using the sourcetableview.
I have used SETFILTER within the OnInit of the form.
However, and this is already part of Navision, when you press SHOWALL, it shows all records for all customers (i.e. as per usual).
Any way of keeping the customer filter when pressing Show All?
Thanks
Put the code below in a codeunit, and call it like cdu.fctSetFilter(Rec);
Tip: Read the C/SIDE help on FILTERGROUP, it explains a lot!
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯