Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

Issue in Report Designing

$
0
0

Dear All,

Kindly Suggest for the below,

I am getting a Gap in Report which consists of Verticals line when there i more than 9 Items in the Report as shown below:-

I have defined in Sales Invoice Line(OnAfterget record) the below code:-


LinesPerPage += 1;
IF LinesPerPage = 10 THEN BEGIN
LinesPerPage := 1;
CurrReport.NEWPAGE;
END;

 

I want that after 9 Line, i want horizontal line in the report with written as "Continued...."


Viewing all articles
Browse latest Browse all 15740

Trending Articles