<?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 : An easy &#111;ne - ReportC&#111;ntrol / Clipboard</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : An easy &#111;ne - ReportC&#111;ntrol / Clipboard]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 16:14:42 +0000</pubDate>
  <lastBuildDate>Thu, 10 Feb 2005 01:11:55 +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=1612</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[An easy &#111;ne - ReportC&#111;ntrol / Clipboard : Private Sub wndReportControl_RowRClick(ByVal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1612&amp;PID=5051&amp;title=an-easy-one-reportcontrol-clipboard#5051</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1612<br /><strong>Posted:</strong> 10 February 2005 at 1:11am<br /><br /><P>Private Sub wndReportControl_RowRClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem)<BR>&nbsp;&nbsp;&nbsp; Debug.Print "Context Menu. Row = " &amp; Row.Index<BR>&nbsp;&nbsp;&nbsp; On Error Resume Next<BR></P><P>&nbsp;&nbsp;&nbsp; If (Not Row.GroupRow) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim RecordItem As ReportRecordItem<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim ClipboardText<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ClipboardText = ""<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For Each RecordItem In Row.Record<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; ClipboardText = ClipboardText + ";" + RecordItem.Value<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Clipboard.SetText ClipboardText<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</P>]]>
   </description>
   <pubDate>Thu, 10 Feb 2005 01:11:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1612&amp;PID=5051&amp;title=an-easy-one-reportcontrol-clipboard#5051</guid>
  </item> 
  <item>
   <title><![CDATA[An easy &#111;ne - ReportC&#111;ntrol / Clipboard :  Issue #: 3389 Subject: Suite...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1612&amp;PID=4620&amp;title=an-easy-one-reportcontrol-clipboard#4620</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=790">dlord</a><br /><strong>Subject:</strong> 1612<br /><strong>Posted:</strong> 05 January 2005 at 8:02pm<br /><br /><FONT size=2><P>Issue #: 3389</P><P>Subject: Suite ActiveX - ReportControl / Clipboard</P><P>Status: Open Feature Request</P><P>Issue Type: Xtreme Suite Professional Active-X</P><P>Priority: Low </P><P>Submitted By: dlordon 04 Jan 2005 </P><P>Assigned To: Stowell, Kirk on 04 Jan 2005 </P></FONT>]]>
   </description>
   <pubDate>Wed, 05 Jan 2005 20:02:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1612&amp;PID=4620&amp;title=an-easy-one-reportcontrol-clipboard#4620</guid>
  </item> 
  <item>
   <title><![CDATA[An easy &#111;ne - ReportC&#111;ntrol / Clipboard : I spent an hour or so looking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1612&amp;PID=4587&amp;title=an-easy-one-reportcontrol-clipboard#4587</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=790">dlord</a><br /><strong>Subject:</strong> 1612<br /><strong>Posted:</strong> 02 January 2005 at 9:17pm<br /><br /><P>I spent an hour or so looking for a way to do a clipboard Copy of a selected row in the ReportControl. So, I figured this might be easier for someone else.</P><P>I've got the right-click and row selected working......</P><P><IMG src="uploads/dlord/2005-01-02_210459_copy.jpg" border="0"></P><P>But, I wasn't able to find something like....</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Clipboard.SetText = wndReportControl.FocusedRow.Record.Text</P><P>I'm looking for a method that contains the 'entire' value of the displayed row that I can pass to&nbsp;another control, such as the&nbsp;clipboard.</P><P>Any thoughts..</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 02 Jan 2005 21:17:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1612&amp;PID=4587&amp;title=an-easy-one-reportcontrol-clipboard#4587</guid>
  </item> 
 </channel>
</rss>