Printing Multiple Charts
Posted: Thu Jan 15, 2009 9:11 pm
I'm trying to print multiple charts, one per page by repeated calls to
m_Chart->GetPrinter().Print() And Also
m_Chart->GetPrinter().PrintChart()
In both cases, the first chart prints to a page fine. Afer that I get a corrupted print stream with the following error:
PCL XL error
Error: IllegalOperatorSequence
Operator: EndChar
This happens from various machines and printers, so not related to printer drivers. Any idea what's happening?
Thanks.
m_Chart->GetPrinter().Print() And Also
m_Chart->GetPrinter().PrintChart()
In both cases, the first chart prints to a page fine. Afer that I get a corrupted print stream with the following error:
PCL XL error
Error: IllegalOperatorSequence
Operator: EndChar
This happens from various machines and printers, so not related to printer drivers. Any idea what's happening?
Thanks.