<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Problems printing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Problems printing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 11:28:23 +0000</pubDate>
  <lastBuildDate>Tue, 07 Jan 2014 17:39:08 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=20639</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Problems printing : We finally found a solution to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=72175&amp;title=problems-printing#72175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8625">xantos</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 07 January 2014 at 5:39pm<br /><br />We finally found a solution to fix the chart printing problem.<br>Instead of using the PrintChart method wich is no good we use the PrintToDC method with the VSPRINTER object from ComponentOne.<br><br>VSPrinter1.StartDoc<br>ChartControl.PrintToDC VSPrinter1.HDC,100,100,600,600 'Set your coordinates<br>VSPrinter1.EndDoc<br>' At this point you will get a preview of your chart inside the VSPrinter preview object<br>'If you need to automate a complete printout procedure without print preview, set the visible property of the VSPrinter object to false and add the following method right after the EndDoc method<br>VSPrinter1.PrintDoc False<br><br>Result is superb and nice.<br>]]>
   </description>
   <pubDate>Tue, 07 Jan 2014 17:39:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=72175&amp;title=problems-printing#72175</guid>
  </item> 
  <item>
   <title><![CDATA[Problems printing : The issue has been fixed. The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=72172&amp;title=problems-printing#72172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 07 January 2014 at 8:17am<br /><br />The issue has been fixed. The changes will be available in the next version, I guess it will be 16.2.7.<div>Thanks</div>]]>
   </description>
   <pubDate>Tue, 07 Jan 2014 08:17:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=72172&amp;title=problems-printing#72172</guid>
  </item> 
  <item>
   <title><![CDATA[Problems printing :  anyway, nobody konw how to do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=71326&amp;title=problems-printing#71326</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8106">efi27</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 08 July 2013 at 1:12am<br /><br />anyway, nobody konw how to do ?<div>&nbsp;</div><div>Eric</div>]]>
   </description>
   <pubDate>Mon, 08 Jul 2013 01:12:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=71326&amp;title=problems-printing#71326</guid>
  </item> 
  <item>
   <title><![CDATA[Problems printing :  Hi,i have the same problem with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=71257&amp;title=problems-printing#71257</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8106">efi27</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 29 June 2013 at 4:56am<br /><br />Hi,<div>&nbsp;</div><div>i have the same problem with the 16.2.0 under W64 bits. How can i do to print the entire chart ?</div><div>&nbsp;</div><div>Eric</div>]]>
   </description>
   <pubDate>Sat, 29 Jun 2013 04:56:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=71257&amp;title=problems-printing#71257</guid>
  </item> 
  <item>
   <title><![CDATA[Problems printing : Same Probleam as all the users...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=70786&amp;title=problems-printing#70786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5844">DAVECQ</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 04 April 2013 at 8:43am<br /><br />Same Probleam as all the users above - we use ActiveX.<DIV>+ on the Preview when you click the Print button, the screen closes and does nothing..<BR><BR>++++++++++++++++++++++++++<BR><BR>Also noticed a VERY BIG memory leak on the ChartPro when you add over 1000 odd points! - in some cases leaves 60mb hanging (and I've X-checked DELETEALL statements all the way down the stack)</DIV>]]>
   </description>
   <pubDate>Thu, 04 Apr 2013 08:43:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=70786&amp;title=problems-printing#70786</guid>
  </item> 
  <item>
   <title><![CDATA[Problems printing : The code line I submitted used...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=70407&amp;title=problems-printing#70407</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6401">Arnoutdv</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 13 March 2013 at 11:05am<br /><br />The code line I submitted used the PrintPreview method.<div>I'm also using v15.3.1 (32bit) with VB6 SP6</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><span style="font-family: 'Courier New', Courier, mono; white-space: pre; : rgb248, 248, 252;">If (theChart.PrintPreview) Then</span><span style="font-family: 'Courier New', Courier, mono; line-height: 1.4; white-space: pre; : rgb248, 248, 252;">&nbsp;theChart.PrintChart 0</span></div><div><span style="font-family: 'Courier New', Courier, mono; line-height: 1.4; white-space: pre; : rgb248, 248, 252;"></pre></td></tr></table></span></div>]]>
   </description>
   <pubDate>Wed, 13 Mar 2013 11:05:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=70407&amp;title=problems-printing#70407</guid>
  </item> 
  <item>
   <title><![CDATA[Problems printing :   Have you tried the print preview...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=70293&amp;title=problems-printing#70293</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=864">JamesH</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 12 March 2013 at 12:52pm<br /><br />Have you tried the print preview option?&nbsp;&nbsp; This works for me with the 32-bit OCX but not the 64-bit one.&nbsp; I subitted a support ticket regarding this on Feb 22nd.&nbsp; (Issue <span style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; : n&#111;ne; display: inline !imant; white-space: normal; : rgb238, 238, 238; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">30348) <font style=": rgb255, 255, 255;" size="2" face="Verdana">but haven't&nbsp;had any response from codejock.&nbsp;<div>This is the text associated with the ticket:</font></div><div>&nbsp;</div></span><div><span style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; : n&#111;ne; display: inline !imant; white-space: normal; : rgb255, 255, 255; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">If I use the print preview command with the 64-bit ocx control it comes up with an empty error box that has the title bar "Codejock Chart Cont..." and no print preview comes up.</span><br style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><br style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; : n&#111;ne; display: inline !imant; white-space: normal; : rgb255, 255, 255; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">It works fine with the 32-bit version.</span><br style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><br style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; : n&#111;ne; display: inline !imant; white-space: normal; : rgb255, 255, 255; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">I have reproduce the problem using the C# ChartSample and can send this if needed but I expect it will be easy for you to reproduce as well.</span><br style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><br style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span style="font: 11pxormal Tahoma, Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; text-trans: n&#111;ne; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; : n&#111;ne; display: inline !imant; white-space: normal; : rgb255, 255, 255; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">I am using v15.3.1&nbsp;&nbsp;</span></div>]]>
   </description>
   <pubDate>Tue, 12 Mar 2013 12:52:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=70293&amp;title=problems-printing#70293</guid>
  </item> 
  <item>
   <title><![CDATA[Problems printing : I encountered the same problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=69959&amp;title=problems-printing#69959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6401">Arnoutdv</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 07 March 2013 at 10:14am<br /><br />I encountered the same problem last week using&nbsp;Codejock.SuitePro.ActiveX.v15.3.1<div>Only the upper right corner of the chart is extremly enlarged printed on a single A4.</div><div><br></div><div>Also when using the preview mode of the chart control (like in the sample program), only a small portion of the chart is printed.</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>If (theChart.PrintPreview) Then<span style="line-height: 1.4;">&nbsp;theChart.PrintChart 0</span></div></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Thu, 07 Mar 2013 10:14:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=69959&amp;title=problems-printing#69959</guid>
  </item> 
  <item>
   <title><![CDATA[Problems printing : I need to print a chart.I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=69765&amp;title=problems-printing#69765</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7849">andres</a><br /><strong>Subject:</strong> 20639<br /><strong>Posted:</strong> 27 February 2013 at 12:31pm<br /><br />I need to print a chart.&nbsp;<div><br></div><div>I have tested both methods provided for this (PrintChart and PrintToDC). Only a portion of the chart is being printed. I wanna print the full chart <span style="line-height: 1.4;">in a single paper sheet.</span></div><div><span style="line-height: 1.4;"><br></span></div><div>Can anyone let me know how to do this?</div><div><br></div><div>I am using VB 6.0.</div><div><br></div><div>Thanks.</div>]]>
   </description>
   <pubDate>Wed, 27 Feb 2013 12:31:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20639&amp;PID=69765&amp;title=problems-printing#69765</guid>
  </item> 
 </channel>
</rss>