<?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 : GroupRow, Hyperlink and markup</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : GroupRow, Hyperlink and markup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 00:29:34 +0000</pubDate>
  <lastBuildDate>Tue, 20 Oct 2009 09:04:29 +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=15129</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[GroupRow, Hyperlink and markup : I found a way around this:  Change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=54026&amp;title=grouprow-hyperlink-and-markup#54026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4454">crystyce</a><br /><strong>Subject:</strong> 15129<br /><strong>Posted:</strong> 20 October 2009 at 9:04am<br /><br />I found a way around this:<br /><br />Change CXTPReportControl::OnWndMsg like this:<br /><br />if (pRow)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CXTPReportRecordItem* pItem = pRow-&gt;HitTest(ptMouse);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (pItem && pItem-&gt;GetMarkupUIElement())<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bRelay = TRUE;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (XTPMarkupRelayMessage(pItem-&gt;GetMarkupUIElement(), message, wParam, lParam, pResult))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return TRUE;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>//enable markup mouse move for groups<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (pRow-&gt;IsGroupRow())<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bRelay = TRUE;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (XTPMarkupRelayMessage(((CXTPReportGroupRow*)pRow)-&gt;m_pMarkupUIElement, message, wParam, lParam, pResult))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return TRUE;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</font>]]>
   </description>
   <pubDate>Tue, 20 Oct 2009 09:04:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=54026&amp;title=grouprow-hyperlink-and-markup#54026</guid>
  </item> 
  <item>
   <title><![CDATA[GroupRow, Hyperlink and markup : Please look into function void...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52956&amp;title=grouprow-hyperlink-and-markup#52956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15129<br /><strong>Posted:</strong> 13 September 2009 at 2:03pm<br /><br />Please look into function <FONT color=#0000ff size=2>void</FONT><FONT size=2> CXTPReportRow::OnMouseMove(UINT nFlags, CPoint point) and you will see that it does not covered hyperlinks because function <FONT size=2>CXTPReportRecordItem* pItem = HitTest(point, &amp;rcItem) return NULL CXTPReportRecordItem as GroupRow does not have it. <DIV></DIV>I confirmed Markup draw - e.g. using your sample - but not hyperlink. You can try to cover this case yourself and&nbsp;let's see your results</FONT></FONT> please]]>
   </description>
   <pubDate>Sun, 13 Sep 2009 14:03:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52956&amp;title=grouprow-hyperlink-and-markup#52956</guid>
  </item> 
  <item>
   <title><![CDATA[GroupRow, Hyperlink and markup : What i mean is that I could not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52931&amp;title=grouprow-hyperlink-and-markup#52931</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4454">crystyce</a><br /><strong>Subject:</strong> 15129<br /><strong>Posted:</strong> 11 September 2009 at 7:24am<br /><br />What i mean is that I could not figure out anything wrong with DrawGroupRow, not that hyperlink is working :( . <br />]]>
   </description>
   <pubDate>Fri, 11 Sep 2009 07:24:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52931&amp;title=grouprow-hyperlink-and-markup#52931</guid>
  </item> 
  <item>
   <title><![CDATA[GroupRow, Hyperlink and markup : Good ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52893&amp;title=grouprow-hyperlink-and-markup#52893</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15129<br /><strong>Posted:</strong> 09 September 2009 at 3:38pm<br /><br />Good]]>
   </description>
   <pubDate>Wed, 09 Sep 2009 15:38:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52893&amp;title=grouprow-hyperlink-and-markup#52893</guid>
  </item> 
  <item>
   <title><![CDATA[GroupRow, Hyperlink and markup : Hi, i attached a test sample....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52878&amp;title=grouprow-hyperlink-and-markup#52878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4454">crystyce</a><br /><strong>Subject:</strong> 15129<br /><strong>Posted:</strong> 09 September 2009 at 3:04am<br /><br />Hi, i attached a test sample. Everything in DrawGroupRow seems to work fine.<br /><br /><a href="uploads/20090909_030228_GroupMarkupTest.zip" target="_blank">20090909_030228_GroupMarkupTest.zip</a>]]>
   </description>
   <pubDate>Wed, 09 Sep 2009 03:04:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52878&amp;title=grouprow-hyperlink-and-markup#52878</guid>
  </item> 
  <item>
   <title><![CDATA[GroupRow, Hyperlink and markup : Do you have a testcase? Please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52871&amp;title=grouprow-hyperlink-and-markup#52871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15129<br /><strong>Posted:</strong> 08 September 2009 at 6:50pm<br /><br />Do you have a testcase? Please attach to check because&nbsp;function support it: <DIV><FONT color=#0000ff size=2>void</FONT><FONT size=2> CXTPReportGroupRow::SetCaption(LPCTSTR lpszCaption) { </FONT></DIV><DIV><FONT size=2>.................................</DIV></FONT><FONT size=2><P>XTPMarkupReleaseElement(m_pMarkupUIElement);</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (m_pControl &amp;&amp; (m_pControl-&gt;GetMarkupContext()))</P><P>m_pMarkupUIElement = XTPMarkupParseText(m_pControl-&gt;GetMarkupContext(), m_strGroupText);</P><P><DIV></DIV>.................................</P><DIV>Did you tried to debug&nbsp;code for markup drawing in <FONT size=2>CXTPReportPaintManager::DrawGroupRow</FONT>?</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 08 Sep 2009 18:50:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52871&amp;title=grouprow-hyperlink-and-markup#52871</guid>
  </item> 
  <item>
   <title><![CDATA[GroupRow, Hyperlink and markup : Hi,  The Hyperlink markup tag...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52845&amp;title=grouprow-hyperlink-and-markup#52845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4454">crystyce</a><br /><strong>Subject:</strong> 15129<br /><strong>Posted:</strong> 07 September 2009 at 10:43am<br /><br />Hi,<br /><br />The Hyperlink markup tag works great in the 13.1.0 report control when using it with normal rows. But when using markup in a GroupRow, hyperlink doesn't work. The MouseClick event doesn't fire, and also triggers and setters do not work...]]>
   </description>
   <pubDate>Mon, 07 Sep 2009 10:43:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15129&amp;PID=52845&amp;title=grouprow-hyperlink-and-markup#52845</guid>
  </item> 
 </channel>
</rss>