Page 1 of 1
Incomplete multi-page printing with version 7.0.1.2
Posted: Mon Dec 04, 2006 2:03 am
by 9526464
All TeeChart versions through 7.0.0.8 that I have used have printed multi-page charts properly. When I upgraded from 7.0.0.8 to 7.0.1.2, multi-page charts stopped printing all pages. I have changed back to version 7.0.0.8 and the printing works correctly once again.
I have uploaded a sample .tee chat that does not print properly with version 7.0.1.2 to the attachments newsgroup.
Thanks,
- James
Posted: Mon Dec 04, 2006 4:36 am
by 9526464
It seems like this problem may be a printer time-out issue? I tested a 12-age multi-page chart with version 7.0.0.8 and it only printed out the first 9 pages ... and then printed out the same 9 pages again.
Your thoughts?
Posted: Mon Dec 04, 2006 9:32 am
by narcis
Hi James,
It seems you forgot to include the file attachment to the newsgroups message. Could you please check it?
Thanks in advance.
Posted: Tue Dec 12, 2006 9:45 am
by narcis
Hi James,
Thanks for posting the file.
I couldn't reproduce the problem here using v7.0.1.3 and printing the chart like this:
Code: Select all
Private Sub Command1_Click()
For i = 1 To TChart1.Page.Count
TChart1.Page.Current = i
TChart1.Printer.PrintChart
Next
End Sub
Can you please test if it works fine at your end?