trichview.com

trichview.support




Re: Printing: mixing portrait and landscape


Return to index


Author

Message

Sergey Tkachenko

Posted: 06/07/2004 16:02:53


Printer.BeginDoc;

RVPrint.StartAt := 0;

RVPrint.AssignSource(RichView1);

RVPrint.FormatPages(rvdoALL);

RVPrint.ContinuousPrint;

Printer.NewPage;

RVPrint.AssignSource(RichView2);

RVPrint.FormatPages(rvdoALL);

RVPrint.ContinuousPrint;

Printer.EndDoc;


You can try to use RVPrint.GetFirstItemOnPage to create a TOC






Powered by ABC Amber Outlook Express Converter