<?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 : WYSIWYG report printing mode</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : WYSIWYG report printing mode]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 12:21:18 +0000</pubDate>
  <lastBuildDate>Fri, 27 Mar 2009 04:04:03 +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=13142</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[WYSIWYG report printing mode : Wow! Yes, I would need this feature,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=47220&amp;title=wysiwyg-report-printing-mode#47220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2116">MNovaro</a><br /><strong>Subject:</strong> 13142<br /><strong>Posted:</strong> 27 March 2009 at 4:04am<br /><br /><br>Wow! <br><br>Yes, I would need this feature, as I have an application of mine having about 20 columns, and printing it is ... a mess! :D<br>Looking forward to it.<br><br>Thanks,<br>Marco<br><br>]]>
   </description>
   <pubDate>Fri, 27 Mar 2009 04:04:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=47220&amp;title=wysiwyg-report-printing-mode#47220</guid>
  </item> 
  <item>
   <title><![CDATA[WYSIWYG report printing mode : You can see first version of multi-page...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=47204&amp;title=wysiwyg-report-printing-mode#47204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13142<br /><strong>Posted:</strong> 26 March 2009 at 11:18pm<br /><br /><P>You can see first version of multi-page WYSIWYG virtual mode print / printpreview</P><DIV>this is VB code running with recent ActiveX version</DIV><DIV>&nbsp;</DIV><DIV><DIV></DIV><a href="https://forum.codejock.com/uploads/temp/20090326_231902_ScreenShot4.jpg" target="_blank">https://forum.codejock.com/uploads/temp/20090326_231902_ScreenShot4.jpg</A><BR><a href="https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg" target="_blank">https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg</A><BR><a href="https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.jpg" target="_blank">https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.jpg</A><BR></DIV><DIV>&nbsp;</DIV><DIV>Private Sub Form_Load()<BR>&nbsp;&nbsp;&nbsp; With wndReportControl<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ColumnStyle = xtpColumnOffice2007<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .FullColumnScrolling = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoColumnSizing = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.AllowEdit = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SetCustomDraw xtpCustomBeforeDrawRow<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Icons.LoadBitmap App.Path &amp; "\Checked.bmp", ID_CHECKED, xtpImageNormal<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Icons.LoadBitmap App.Path &amp; "\UnChecked.bmp", ID_UNCHECKED, xtpImageNormal<BR>&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp; wndReportControl.SetImageList MyImageList(1)<BR>&nbsp;&nbsp; wndReportControl.PaintManager.ColumnWidthWYSIWYG = True<BR>&nbsp;&nbsp; <BR>End Sub<BR></DIV><DIV>Private Sub cmdPrint_Click()<BR>&nbsp;&nbsp;&nbsp; wndReportControl.PrintPreviewExt True, 100, 200, 1000, 800<BR>End Sub<BR></DIV><DIV>Private Sub cmdIconView_Click()<BR>&nbsp;&nbsp;&nbsp; wndReportControl.IconView = Not wndReportControl.IconView<BR>End Sub<BR></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 23:18:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=47204&amp;title=wysiwyg-report-printing-mode#47204</guid>
  </item> 
  <item>
   <title><![CDATA[WYSIWYG report printing mode : see comments under recommended...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44446&amp;title=wysiwyg-report-printing-mode#44446</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13142<br /><strong>Posted:</strong> 11 January 2009 at 4:06pm<br /><br />see comments under recommended post 10986]]>
   </description>
   <pubDate>Sun, 11 Jan 2009 16:06:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44446&amp;title=wysiwyg-report-printing-mode#44446</guid>
  </item> 
  <item>
   <title><![CDATA[WYSIWYG report printing mode :   mdoubson wrote:Essentially...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44444&amp;title=wysiwyg-report-printing-mode#44444</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13142<br /><strong>Posted:</strong> 11 January 2009 at 2:04pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mdoubson" alt="Originally posted by mdoubson" style="vertical-align: text-bottom;" /> <strong>mdoubson wrote:</strong><br /><br />Essentially I don't see any critical bugs now (!?)&nbsp; <DIV>If&nbsp;I am missing smth&nbsp; - please remind it to me</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi Mark,</DIV><DIV>&nbsp;</DIV><DIV>Please see post <a href="https://forum.codejock.com/forum_posts.asp?TID=10986" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=10986</A>&nbsp;and add some info to issues that "Essentially aren't critical bugs". Tell me that they are fixed or whatever you want to share...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 11 Jan 2009 14:04:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44444&amp;title=wysiwyg-report-printing-mode#44444</guid>
  </item> 
  <item>
   <title><![CDATA[WYSIWYG report printing mode : Essentially I don&amp;#039;t see any...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44442&amp;title=wysiwyg-report-printing-mode#44442</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13142<br /><strong>Posted:</strong> 11 January 2009 at 1:55pm<br /><br />Essentially I don't see any critical bugs now (!?)&nbsp; <DIV>Look into MFC - ReportControl discussion please.</DIV><DIV>If&nbsp;I am missing smth&nbsp; - please remind it to me</DIV>]]>
   </description>
   <pubDate>Sun, 11 Jan 2009 13:55:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44442&amp;title=wysiwyg-report-printing-mode#44442</guid>
  </item> 
  <item>
   <title><![CDATA[WYSIWYG report printing mode : Hi Mark,   Of course we need...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44441&amp;title=wysiwyg-report-printing-mode#44441</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13142<br /><strong>Posted:</strong> 11 January 2009 at 1:48pm<br /><br />Hi Mark, <DIV>&nbsp;</DIV><DIV>Of course we need WYSIWYG&nbsp;report printing mode and not the way it is now... But we need the issues fixed in ReportControl that's what we <strong>really</strong> need, <strong>please <FONT size=3><U>don't</U></FONT> do (or think of)&nbsp;anything else</strong> just find solutions for the posted problems/issues/bugs and have them fixed in next release and we don't have to say it is still not fixed... Please, I'm begging you, just fix the bugs and after that you can implement what you want...</DIV><DIV>&nbsp;</DIV><DIV>Thanks a lot</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 11 Jan 2009 13:48:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44441&amp;title=wysiwyg-report-printing-mode#44441</guid>
  </item> 
  <item>
   <title><![CDATA[WYSIWYG report printing mode : Do you need WYSIWYGreport printing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44427&amp;title=wysiwyg-report-printing-mode#44427</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13142<br /><strong>Posted:</strong> 10 January 2009 at 3:19pm<br /><br /><DIV>Do you need WYSIWYG&nbsp;report printing mode?&nbsp;</DIV><DIV>On screen you can have many columns with enough column's width to show data but during printing (or print preview)&nbsp;all columns resized to be small enough to fit in one page instead of having report print like excel where after printing user can take a glue and have properWYSIWYG printout with all needed data. Is it interesting for our customers?</DIV><DIV>&nbsp;</DIV><DIV>Look here - current version ActiveX with Vb code - VirtualMode Editable Report:</DIV><DIV>&nbsp;</DIV><DIV>VB_App - Table View&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="https://forum.codejock.com/uploads/temp/20090326_231902_ScreenShot4.jpg" target="_blank">https://forum.codejock.com/uploads/temp/20090326_231902_ScreenShot4.jpg</A><BR>VB_App - Icon View&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg" target="_blank">https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg</A><BR>VB_App - Print PreView&nbsp; - <a href="https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.jpg" target="_blank">https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.jpg</A><BR></DIV>]]>
   </description>
   <pubDate>Sat, 10 Jan 2009 15:19:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13142&amp;PID=44427&amp;title=wysiwyg-report-printing-mode#44427</guid>
  </item> 
 </channel>
</rss>