I'm having problem printing TeeChart images on some of my computers. I can see the image on the website, but when I go to the Print Preview page or just print the page, then I can't see the image anymore.
Is there a fix for this problem? Is there certain web browsers that can't handle printing TeeChart images?
Problem printing TeeChart images
-
- Newbie
- Posts: 52
- Joined: Tue Mar 04, 2003 5:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Glenn,
How are you printing the images? Have you tried using the browser printing feature or something like the script below called from a button?
How are you printing the images? Have you tried using the browser printing feature or something like the script below called from a button?
Code: Select all
<input type=button value="Print" onClick="printpage()" style="left: 376px; position: relative; top: 42px">
<script language="Javascript1.2">
function printpage() {
window.print();
}
</script>
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 |
print problem
we're using <body onload="window.print();">
has this problem been solved?
I'm having this problem too and would like to know whether it has been solved or not, also, if the activex component has the same problem as the WebForms for printing.
I'm afraid that we are going to discontinue the use if we cannot print using regular browser capabilities
Thanks for your time.
I'm afraid that we are going to discontinue the use if we cannot print using regular browser capabilities
Thanks for your time.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi THoMaSiN,
Either using browser's printing facilities or <body onload="window.print();"> works fine for me here using latest TeeChart for .NET v3 maintenance release available at the client area. Which TeeChart version are you using?
I'm not aware of any printing problem with web applications using TeeChart ActiveX.
Thanks in advance.
Either using browser's printing facilities or <body onload="window.print();"> works fine for me here using latest TeeChart for .NET v3 maintenance release available at the client area. Which TeeChart version are you using?
I'm not aware of any printing problem with web applications using TeeChart ActiveX.
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 |