System Variables
Hello,
I want to know the Page# and TotalPages# system variables from Delphi code in the report components OnReportPrintPage event. How can I do that?
I see that others have problem with duplex printing. A printer can duplex printing. My document is only one page. When I print it in 2 copies, the first page is printed well, the other side of the page is empty. A second copy the same. But the printer page counter incremented by 4. I want that after print a page counter increment by 2. How can I do this? User doesnt have input.
Thnx