<?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 : HyperLink With Attachment Icon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : HyperLink With Attachment Icon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 19:57:28 +0000</pubDate>
  <lastBuildDate>Thu, 07 Apr 2011 08:17:40 +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=18180</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[HyperLink With Attachment Icon : Actually, you could just use Markup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18180&amp;PID=63766&amp;title=hyperlink-with-attachment-icon#63766</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 07 April 2011 at 8:17am<br /><br />Actually, you could just use Markup with the Hyperlink tag.<br><br>Something like this:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Option Explicit<br><br>Public Sub ClickedAttachment(po_Sender As Object, po_Args As Object)<br>&nbsp;&nbsp; MsgBox "Open File: " &amp; Me.ReportControl1.FocusedRow.Record.Item(0).Value<br>End Sub<br><br>Private Sub Form_Load()<br>&nbsp;&nbsp; With Me.ReportControl1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableMarkup = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MarkupContext.SetHandler Me<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Columns.Add(.Columns.Count, "Test", 100, True)<br>&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .AddItem("C:\SomeFile.txt")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Caption = "&lt;TextBlock&gt;&lt;Hyperlink Click='ClickedAttachment'&gt;&lt;Image Source='file://C:\Five\Icons\Attach.png'/&gt;&lt;/Hyperlink&gt;&lt;/TextBlock&gt;"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Populate<br>&nbsp;&nbsp; End With<br>End Sub<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Thu, 07 Apr 2011 08:17:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18180&amp;PID=63766&amp;title=hyperlink-with-attachment-icon#63766</guid>
  </item> 
  <item>
   <title><![CDATA[HyperLink With Attachment Icon : You can do just about anything...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18180&amp;PID=63764&amp;title=hyperlink-with-attachment-icon#63764</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 07 April 2011 at 8:08am<br /><br />You can do just about anything using markup ;)<br><br>Here's an example: http://forum.codejock.com/forum_posts.asp?TID=14983&amp;PID=52962&amp;title=markup-user-interface-ideas#52962<br><br>You should be able to modify the switch UI class example to just be a button that fires a clicked event where you can open a file.<br>]]>
   </description>
   <pubDate>Thu, 07 Apr 2011 08:08:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18180&amp;PID=63764&amp;title=hyperlink-with-attachment-icon#63764</guid>
  </item> 
  <item>
   <title><![CDATA[HyperLink With Attachment Icon : Hi,Is that Possible to have Hyperlink...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18180&amp;PID=63761&amp;title=hyperlink-with-attachment-icon#63761</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 07 April 2011 at 7:19am<br /><br /><div>Hi,</div><div><br></div><div><br></div><div>&nbsp;Is that Possible to have Hyperlink with Column Icon...? It works with Text Only...?</div><div><br></div><img src="uploads/6244/hyperlink.bmp" height="221" width="429" border="0" /><div><br></div><div><br></div><div>Anyone Please help...!</div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 07 Apr 2011 07:19:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18180&amp;PID=63761&amp;title=hyperlink-with-attachment-icon#63761</guid>
  </item> 
 </channel>
</rss>