WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: scotts on June 23, 2015, 02:52:12 PM

Title: Page Break/form feed in report
Post by: scotts on June 23, 2015, 02:52:12 PM
Hi.

I searched this topic but couldn't find an answer that I understood to be what I am in search of.

I am creating a report using ODBC to hook into a sql database. The report reutuns several subtotal sections. How can I place a page break after each subtotal amount so I can control the page format and include a page count within the actual text document I am creating as my output?

I hope this makes sense. Thank you for any assistance

Scott
Title: Re: Page Break/form feed in report
Post by: JTaylor on June 23, 2015, 03:53:13 PM
Num2Char(12) will work in some applications.   Depends on what App you are using to view the report.

Jim