Repost : Really struggling with this : Crystal reports question

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi all,

I know it's off-topic but I've both struggled with this for too long and am
getting no anwser from what I thought was the more-relevent Crystal N.G.

Thinking this was easy, it's more difficult than coding asp.net!!!!!!!!!

I have a report which always prints on one page. Now I need to print another
page after this one page. This page is always the same containing static
information. How do I set up my reports so this page always prints at the
end of the report as page 2?

Regards
John.
 
Hi John,

you can use

ReportDocumentObj.PrintToPrinter(intCopies, flag, intStartPage, intEndPage)

method

And

ReportDocumentObj.PrintToPrinter(intCopies, true, 0, 0)

will print all pages.

HTH

Elton Wang
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top