For Microsoft I have been teaching NAV 2009 upgrade classes. Last week we had a return day to exchange experiences.
One of the subjects on the discussion list was using classic reports in the new Role Tailored Client. This is something everybody loves very much.
But, we started experimeting with it.
The first idea was to use the request form to simulate old forms. And it works!! You can just use the requestform with controls in the RTC.
But it get's better!!!
When you add this code to the OnInitReport trigger
FORM.RUNMODAL(0, Cust);
it just runs a classic form in the RTC. It works for all forms including Matrix forms. You can even call another form from that form. Only requirement is to use code, not properties.
Hopefully Microsoft wil not remove this feature.
Comments
RIS Plus, LLC
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC
\:D/
Nice.
Now does that mean I can call form 330 from RTC and have a REAL system to use?