<?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 : Multiple &lt;Hyperlink&gt; inside a panel...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Multiple &lt;Hyperlink&gt; inside a panel...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 23:49:24 +0000</pubDate>
  <lastBuildDate>Wed, 17 Jun 2015 07:28:17 +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=22633</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[Multiple &lt;Hyperlink&gt; inside a panel... :  Hello,I can show this via our...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22633&amp;PID=73525&amp;title=multiple-hyperlink-inside-a-panel#73525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22633<br /><strong>Posted:</strong> 17 June 2015 at 7:28am<br /><br />Hello,<br><br>I can show this via our Report Sample&nbsp;<br><br>C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v16.4.0\Samples\ReportControl\VB\ReportSample\frmMain.frm<br><br>my changes in frmMain.frm for handle markup hyperlink:<br><table width="99%"><tr><td><pre class="BBcode">Public Sub Hyperlink1_Click(ByVal Sender As Object, ByVal Arg As Object)<br>    Debug.Print "Hyperlink_1_Click"<br>    Arg.Handled = True<br>End Sub<br><br>Public Sub Hyperlink2_Click(ByVal Sender As Object, ByVal Arg As Object)<br>    Debug.Print "Hyperlink_2_Click"<br>    Arg.Handled = True<br>End Sub<p>Private Sub Form_Load()<br></p>    wndReportControl.EnableMarkup = True<br><br>    wndReportControl.MarkupContext.SetMethod Me, "Hyperlink1_Click"<br>    wndReportControl.MarkupContext.SetMethod Me, "Hyperlink2_Click"<br>...<br>End Sub<br><br>Private Sub AddRecord(...)<br>    Dim Record As ReportRecord<br>    Set Record = wndReportControl.Records.Add()<br><br>    Dim Item As ReportRecordItem<br>    Set Item = Record.AddItem("")<br>        Item.Caption = "&lt;StackPanel&gt; " &amp; _<br>                                "&lt;TextBlock&gt;&lt;Hyperlink Click='Hyperlink1_Click'&gt;Link Text #1&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" &amp; _<br>                                "&lt;TextBlock&gt;&lt;Hyperlink Click='Hyperlink2_Click'&gt;Link Text #2&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" &amp; _<br>                    "&lt;/StackPanel&gt;"<br>  ...<br>End Sub</pre></td></tr></table><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Wed, 17 Jun 2015 07:28:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22633&amp;PID=73525&amp;title=multiple-hyperlink-inside-a-panel#73525</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple &lt;Hyperlink&gt; inside a panel... : I would like to be able to do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22633&amp;PID=73523&amp;title=multiple-hyperlink-inside-a-panel#73523</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3714">scruzer</a><br /><strong>Subject:</strong> 22633<br /><strong>Posted:</strong> 16 June 2015 at 8:01pm<br /><br />I would like to be able to do someting like this:<div><br></div><div><div>&lt;StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;TextBlock&gt;&lt;Hyperlink NAMETAG="Link1"&gt;Link Text #1&lt;/Hyperlink&gt;&lt;/TextBlock&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;TextBlock&gt;&lt;Hyperlink NAMETAG="Link2"&gt;Link Text #2&lt;/Hyperlink&gt;&lt;/TextBlock&gt;</div><div>&lt;/StackPanel&gt;</div></div><div><br></div><div>Where NAMETAG is an ID that can be passed with the click event. &nbsp; So far, I am unable to differentiate which Hyperlink item is being clicked.</div><div><br></div><div>I apologize for posting this here -- I was unsure where else it might go. &nbsp;:)</div><div><br></div><div>-pete</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 16 Jun 2015 20:01:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22633&amp;PID=73523&amp;title=multiple-hyperlink-inside-a-panel#73523</guid>
  </item> 
 </channel>
</rss>