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
Incomplete multi-page printing with version 7.0.1.2
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi James,
It seems you forgot to include the file attachment to the newsgroups message. Could you please check it?
Thanks in advance.
It seems you forgot to include the file attachment to the newsgroups message. Could you please check it?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
![]() ![]() ![]() ![]() ![]() ![]() |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
Can you please test if it works fine at your end?
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
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
![]() ![]() ![]() ![]() ![]() ![]() |
Instructions - How to post in this forum |