<?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 : CXTPCalendarControlView::OnFilePrint</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : CXTPCalendarControlView::OnFilePrint]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 05:07:01 +0000</pubDate>
  <lastBuildDate>Mon, 11 Dec 2006 01:12:56 +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=5210</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[CXTPCalendarControlView::OnFilePrint :  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=18060&amp;title=cxtpcalendarcontrolviewonfileprint#18060</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2331">fba123</a><br /><strong>Subject:</strong> 5210<br /><strong>Posted:</strong> 11 December 2006 at 1:12am<br /><br /><img src="https://forum.codejock.com/smileys/smiley32.gif" border="0">]]>
   </description>
   <pubDate>Mon, 11 Dec 2006 01:12:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=18060&amp;title=cxtpcalendarcontrolviewonfileprint#18060</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarControlView::OnFilePrint :    fba123 wrote:whe i print...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=18046&amp;title=cxtpcalendarcontrolviewonfileprint#18046</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5210<br /><strong>Posted:</strong> 10 December 2006 at 1:45pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by fba123" alt="Originally posted by fba123" style="vertical-align: text-bottom;" /> <strong>fba123 wrote:</strong><br /><br /><p>whe i print using the classic Document/View Architecture the CXTPCalendarControlView print partial row (08:00 to 19:00)&nbsp;in Day View. </p><div>the same one&nbsp;problem is visible&nbsp;also in yours example.</div><div>&nbsp;</div><div>Thanks.</div><div>PS: i have XTPToolkit Pro 10.31</div><div>&nbsp;&nbsp;&nbsp; </div></td></tr></table><br><br>It's not a bug, it's a feature <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br><br>You can choose a start time for printing -- look at Page Setup dialog in the sample application.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 10 Dec 2006 13:45:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=18046&amp;title=cxtpcalendarcontrolviewonfileprint#18046</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarControlView::OnFilePrint : whe i print using the classic...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=18039&amp;title=cxtpcalendarcontrolviewonfileprint#18039</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2331">fba123</a><br /><strong>Subject:</strong> 5210<br /><strong>Posted:</strong> 10 December 2006 at 2:31am<br /><br /><P>whe i print using the classic Document/View Architecture the CXTPCalendarControlView print partial row (08:00 to 19:00)&nbsp;in Day View. </P><DIV>the same one&nbsp;problem is visible&nbsp;also in yours example.</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV><DIV>PS: i have XTPToolkit Pro 10.31</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 10 Dec 2006 02:31:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=18039&amp;title=cxtpcalendarcontrolviewonfileprint#18039</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarControlView::OnFilePrint : You can use CXTPCalendarControlView::OnPrint(CDC*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=16303&amp;title=cxtpcalendarcontrolviewonfileprint#16303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5210<br /><strong>Posted:</strong> 04 October 2006 at 8:28am<br /><br />You can use CXTPCalendarControlView::OnPrint(CDC* pDC, CPrintInfo* pInfo). <br>See also implementation of CView::OnFilePrint()<br><br>You can copy code from there and adjust it for your needs if you'd like.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 04 Oct 2006 08:28:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=16303&amp;title=cxtpcalendarcontrolviewonfileprint#16303</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarControlView::OnFilePrint : Can I Print/Draw on my CDC andi...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=16297&amp;title=cxtpcalendarcontrolviewonfileprint#16297</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2385">_fred_</a><br /><strong>Subject:</strong> 5210<br /><strong>Posted:</strong> 04 October 2006 at 3:31am<br /><br />Can I Print/Draw on my CDC and&nbsp;i can't&nbsp;use <FONT size=2>CXTPCalendarControlView::OnFilePrint</FONT><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Wed, 04 Oct 2006 03:31:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5210&amp;PID=16297&amp;title=cxtpcalendarcontrolviewonfileprint#16297</guid>
  </item> 
 </channel>
</rss>