<?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 : Office 2007 Tooltips?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Office 2007 Tooltips?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 03:29:28 +0000</pubDate>
  <lastBuildDate>Sat, 13 Nov 2010 02:07:41 +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=17554</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[Office 2007 Tooltips? : Hi,  Assign tooltip valuesyourself...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17554&amp;PID=61374&amp;title=office-2007-tooltips#61374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17554<br /><strong>Posted:</strong> 13 November 2010 at 2:07am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Assign tooltip values&nbsp;yourself when adding items</DIV><DIV>&nbsp;</DIV><DIV>With frmMain.wndReportControl.Records.Add<BR>&nbsp;&nbsp;&nbsp; With .AddItem("first col")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Tooltip = "test tooltip"<BR>&nbsp;&nbsp;&nbsp;&nbsp;End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;With .AddItem("second col")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Tooltip = ""<BR>&nbsp;&nbsp;&nbsp;&nbsp;End With</DIV><DIV>End With</DIV><DIV>&nbsp;</DIV><DIV>OR</DIV><DIV>&nbsp;</DIV><DIV>Use GetTooltipInfo event to display your own tooltips</DIV><DIV>&nbsp;</DIV><DIV>Private Sub ReportControl1_Get<SPAN =highlight>ToolTip</SPAN>Info(ByVal <SPAN =highlight>toolTip</SPAN>Info As XtremeReportControl.IReport<SPAN =highlight>ToolTip</SPAN>Info)<BR>&nbsp;&nbsp; With <SPAN =highlight>toolTip</SPAN>Info<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Text = "Row: " &amp; .Row.Index &amp; " Col: " &amp; .Item.Index<BR>&nbsp;&nbsp; End With<BR>End Sub<BR></DIV><DIV>&nbsp;</DIV><DIV>Hope this helps <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV><strong></strong>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 13 Nov 2010 02:07:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17554&amp;PID=61374&amp;title=office-2007-tooltips#61374</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2007 Tooltips? : Thank you!BTW Is there a way to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17554&amp;PID=61372&amp;title=office-2007-tooltips#61372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 17554<br /><strong>Posted:</strong> 12 November 2010 at 6:01pm<br /><br />Thank you!&nbsp;<div><br></div><div>BTW Is there a way to set the Tooltip for the whole Row instead of the Item?</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 18:01:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17554&amp;PID=61372&amp;title=office-2007-tooltips#61372</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2007 Tooltips? : Hi,  Yes, there is:  With...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17554&amp;PID=61371&amp;title=office-2007-tooltips#61371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17554<br /><strong>Posted:</strong> 12 November 2010 at 3:47pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes, there is:</DIV><DIV>&nbsp;</DIV><DIV>With Me.wndReportControl.ToolTipContext<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Style = xtpToolTipOffice2007<BR>End With</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 15:47:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17554&amp;PID=61371&amp;title=office-2007-tooltips#61371</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2007 Tooltips? :   You can usePaintManager.ColumnStyle...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17554&amp;PID=61370&amp;title=office-2007-tooltips#61370</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 17554<br /><strong>Posted:</strong> 12 November 2010 at 3:42pm<br /><br /><div><br></div><div>You can use&nbsp;PaintManager.ColumnStyle =&nbsp;= xtpColumnOffice2007 to make it look like Office2007, but the tooltips are old-fashioned style.</div><div><br></div><div>IS there a way to show Ofice2007 style tooltips, or Office2007 VisualTheme for ReportControl?</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 15:42:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17554&amp;PID=61370&amp;title=office-2007-tooltips#61370</guid>
  </item> 
 </channel>
</rss>