Hi all,
I'm trying to add a field to a (currently blank) request page on a NAV2013 report. If I add any lines to the request page (e.g. Container and/or group and/or field(s)) and try to save the report, the Development Environment crashes.
I can edit the RDLC report layout or the code within the report - only changing the request page causes it to crash during the save.
Has anyone encountered this?
Ron
0
Comments
as far as I know the case is related to report upgrade from nav 5 or previous to NAV 2013.
Try This -
1. "Export report as text file".
2. Open Text file and Search Request Page.
3. Delete the Request page sections, it should be like - 4. Save Text file.
5. Import it back and create request page as per ur requirement.
Let me know if any issues.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
Saurav,
Thank you very much! This WAS a report that was converted from NAV50. Just for everyone's clarification, the section heading is REQUESTPAGE (not "REQUEST PAGE"), so be sure to search for the right string. But thanks for the great tip!