Options

Run report with selected record in RTC

rhardoyalrhardoyal Member Posts: 78
edited 2011-07-26 in NAV Three Tier
Hi,

I have added a report on the customer card in navision classic. On the onPush() trigger I have added the following codes to run the report with the customer number selected in the customer card. How do i do same in the Customer card page to make it run in RTC. Note that I have added a new action and control and corresponding code in the page and it does not work.

Customer.SETRANGE(Customer."No.", "No.");
REPORT.RUNMODAL(50035, TRUE,TRUE,Customer);

Any help please on the above.

Thanks,
Rizwana

Answers

Sign In or Register to comment.