Options

Request Form indented dataitem set filter

TFCrowtherTFCrowther Member Posts: 35
edited 2007-05-07 in NAV Tips & Tricks
Kia Ora

You have a report with 2 dataitems and you want to set a filter on the second dataitem on the Request Form when its call from another form.

Customer
>Cust. Ledger Entry


Use
CustLedEntryRec.SETRANGE("Posting Date", myDate);
REPORT.RUNMODAL(RptNo,UseReqForm,FALSE,CustLedEntryRec);



This will show the request form with a filter displayed on the Cust. Ledger Entry tab.
Sign In or Register to comment.