Hi All,
I am trying to preview the query in codeunit but not able to get preview .. I tried with using filter eg: setfilter and setrange.
Please suggest, how to preview the query using codeunit.
Qry.OPEN;
WHILE Qry.READ DO BEGIN
END;
Qry.CLOSE;
Thanks