<?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 : ReportControl Fieldchooser export data in 11.2 v</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : ReportControl Fieldchooser export data in 11.2 v]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 17:37:57 +0000</pubDate>
  <lastBuildDate>Tue, 17 Jun 2008 17:48:50 +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=10907</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[ReportControl Fieldchooser export data in 11.2 v : Hi. Now wor ok.  Thank you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36884&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3817">msotocl</a><br /><strong>Subject:</strong> 10907<br /><strong>Posted:</strong> 17 June 2008 at 5:48pm<br /><br /><P>Hi.</P><DIV>Now wor ok.</DIV><DIV>&nbsp;</DIV><DIV>Thank you very much</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 17:48:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36884&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36884</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Fieldchooser export data in 11.2 v : Hi,  I think you mean copy to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36478&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10907<br /><strong>Posted:</strong> 10 June 2008 at 3:19am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I think you mean copy to clipboard and paste in Excel, right? If not show me how you really export the records <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Private Function CopySelectedRecordsToClipBoard()<BR>&nbsp;&nbsp;&nbsp; Dim selectedRow As XtremeReportControl.ReportRow<BR>&nbsp;&nbsp;&nbsp; Dim col As XtremeReportControl.ReportColumn<BR>&nbsp;&nbsp;&nbsp; Dim strClipBoard As String<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; For Each selectedRow In wndReportControlFiles.SelectedRows 'or&nbsp;Rows<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For Each col In wndReportControlFiles.Columns<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strClipBoard = strClipBoard &amp; selectedRow.record(col.<strong><FONT color=#ff0000>ItemIndex</FONT></strong>).Caption &amp; vbTab&nbsp;'or <FONT color=#ff0000>Index</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next col<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strClipBoard = strClipBoard &amp; vbCrLf<BR>&nbsp;&nbsp;&nbsp; Next selectedRow<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Clipboard.Clear<BR>&nbsp;&nbsp;&nbsp; Clipboard.SetText strClipBoard<BR>&nbsp;&nbsp;&nbsp; <BR>End Function</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#ff0000><strong>ItemIndex = </strong></FONT><FONT color=#000000>the ID of the column&nbsp;when added to RC columns&nbsp;</FONT></DIV><DIV><FONT color=#ff0000><strong>Index =</strong> </FONT><FONT color=#000000>the index of the column in the RC (in the order as you see them)</FONT></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 10 Jun 2008 03:19:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36478&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36478</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Fieldchooser export data in 11.2 v : Hi,  yes, i try to export a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36465&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36465</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3817">msotocl</a><br /><strong>Subject:</strong> 10907<br /><strong>Posted:</strong> 09 June 2008 at 4:49pm<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>yes, i try to export a data in report control to a excel file, but when change the order&nbsp; columns in the report, the export order &nbsp;to excel its incorrect</DIV>]]>
   </description>
   <pubDate>Mon, 09 Jun 2008 16:49:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36465&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36465</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Fieldchooser export data in 11.2 v : Hi,  I really don&amp;#039;t know...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36286&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36286</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10907<br /><strong>Posted:</strong> 05 June 2008 at 2:33am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I really don't know what you are trying to do. Do you export the records?&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 05 Jun 2008 02:33:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36286&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36286</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Fieldchooser export data in 11.2 v : Hi. I have version 11.2. and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36256&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3817">msotocl</a><br /><strong>Subject:</strong> 10907<br /><strong>Posted:</strong> 04 June 2008 at 1:10pm<br /><br />Hi.<DIV>&nbsp;I have version 11.2. and I have a problem. When trying to export to excel reportcontrol with columns in&nbsp;a fieldchooser, these are exported in&nbsp; himself order of original creation, not in the order in which they were after to have changed columns in fieldchooser. </DIV><DIV>&nbsp;</DIV><DIV>How rto fix this</DIV><DIV>&nbsp;</DIV><DIV>Thank you very much</DIV>]]>
   </description>
   <pubDate>Wed, 04 Jun 2008 13:10:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10907&amp;PID=36256&amp;title=reportcontrol-fieldchooser-export-data-in-11-2-v#36256</guid>
  </item> 
 </channel>
</rss>