how to break a page of report(208). when Item disc. group is different.
Suppose in report 5 line (2 lines of item group is=abc and other 3 lines of item group is = xyz) then I want to print two page. First page of two line and other is three line.
Can we assume this question is about NAV 2015 (as your other questions)?? Always write which version your questions are about. Many of the members works with different versions, when they work with different clients. So always just add “NAV 2015” to the “tags” when you post your question. Thanks. [:)]
Did you use the NEWPAGE from within the Report Designer in Development Environment?
CurrReport.NewPage is no longer supported - since 2013 (I think)
What you’ll want to do now in the layout designer is find the list box that’s repeating the details. Right click on it and in the ‘Row Groups’ option expand that and choose “Group Properties”
In that general tab add a grouping expression on the column you want to break on then on the “page break” tab choose to break between instances.
I have group the table using Item disc. group and then group properties change the Page Break option Page break between each instance of a group. then It work.