Question top of page code

vbnetnewguy

New member
Joined
Apr 3, 2011
Messages
1
Programming Experience
1-3
Hi,

I have an old text report (132 characters wide) that was generated via cobol and this report contains the carriage control feeds when printing this report. This report contains information for all our customers, but I need to break down this report into multiple reports by customer ID, then take the report and record it on a third vendor software that will record this report so that the customer can see it online. The issue is that this report contains multiple pages per customerID and I need the report to show the proper page breaks so that when the customer displays the report and goes to the next page, it will show the page correctly.

Is there a keycode or a windows UNIcode I can place in my vb.net code that will recognize a new page when the customer wants to view multiiple pages for their reports.

Thank you
 
Back
Top