Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Viewing all articles
Browse latest Browse all 11285

Forum Post: RE: How to search across multi columns in the drop down window? set as default filter column can be multi columns?

$
0
0
Thanks Erik. Yes , I can not get the filter text . As I wrote the code here: opnepagetrigger, And I even can not set the descending for the column. Below is my code, if there is any error, I hope you could point out. Thanks in advance. Item list (page) OnopenPage(trigger) FOR x := 0 TO 5 DO BEGIN FILTERGROUP(x); IF GETFILTERS <> '' THEN HasFilters := TRUE; MESSAGE(GETFILTERS()); END; IF NOT HasFilters THEN BEGIN SETCURRENTKEY(Inventory); SETFILTER(Inventory,'>%1',0); SETASCENDING(Inventory,FALSE); END;

Viewing all articles
Browse latest Browse all 11285

Trending Articles