<?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 : Solved: Control Tooltip</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Solved: Control Tooltip]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 03:31:40 +0000</pubDate>
  <lastBuildDate>Wed, 10 Jun 2009 18:02:15 +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=14486</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[Solved: Control Tooltip : Hi Aaron   Thanks for the tip....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49812&amp;title=solved-control-tooltip#49812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 14486<br /><strong>Posted:</strong> 10 June 2009 at 6:02pm<br /><br />Hi Aaron<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks for the tip. It worked! It wasn't really what I was trying to do though. I merely hoped that CJ would have provided me with a simple setting.</DIV><DIV>&nbsp;</DIV><DIV>Elsewhere in my app I have an appearance routine. This detects each type of control in the form and sets this to each control on Form_Load. It saves repeating over and over the same settings for each form. Its simpler to change too!</DIV><DIV>&nbsp;</DIV><DIV>I have to set this for each control manually. By using the routine mentioned I just call that when the form loads. Everything is universally set and I haven't forgeotten any settings as a result.</DIV><P>However, you have saved the day. By testing to see whether the tooltip has been set already (by code) I found that your code honoured that tooltip and only set it to the caption if empty</P><DIV>&nbsp;If Item.ToolTip = vbNullString Then Item.ToolTip = Item.Caption</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Cheers enjoy your evening.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jun 2009 18:02:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49812&amp;title=solved-control-tooltip#49812</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Control Tooltip : hI,   OK, I think I understand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49807&amp;title=solved-control-tooltip#49807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14486<br /><strong>Posted:</strong> 10 June 2009 at 2:50pm<br /><br />hI, <DIV>&nbsp;</DIV><DIV>OK, I think I understand <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV><DIV>With wndReportControl</DIV><DIV>&nbsp;&nbsp;&nbsp; With .ToolTipContext<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Style = xtpToolTipOffice2007<BR>&nbsp;&nbsp;&nbsp;&nbsp;End With</DIV><DIV>End With</DIV><DIV>&nbsp;</DIV><DIV>Private Sub wndReportControl_BeforeDrawRow(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem, ByVal Metrics As XtremeReportControl.IReportRecordItemMetrics)<BR>&nbsp;&nbsp;&nbsp; Item.ToolTip = Item.Caption</DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV>or you assign value to ReportItem.Tooltip when adding recorditems. If you are going to edit items, you have to assign same value to tooltip text and with BeforeDrawRow event it will be done for you <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jun 2009 14:50:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49807&amp;title=solved-control-tooltip#49807</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Control Tooltip : Hi Aaron,  I have merged two...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49801&amp;title=solved-control-tooltip#49801</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 14486<br /><strong>Posted:</strong> 10 June 2009 at 12:13pm<br /><br />Hi Aaron,<DIV>&nbsp;</DIV><DIV>I have merged two images into one so you can see what I mean. </DIV><DIV>&nbsp;</DIV><DIV>Does this help? </DIV><DIV>&nbsp;</DIV><DIV>Regards,<img src="http://forum.codejock.com/uploads/20090610_121206_diff_tootips.png" border="0"></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jun 2009 12:13:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49801&amp;title=solved-control-tooltip#49801</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Control Tooltip : Hi,  I don&amp;#039;t know what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49800&amp;title=solved-control-tooltip#49800</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14486<br /><strong>Posted:</strong> 10 June 2009 at 11:51am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't know what you mean, can you upload somekind of image to show what you mean?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jun 2009 11:51:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49800&amp;title=solved-control-tooltip#49800</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Control Tooltip : Hi,   When you set a tooltip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49772&amp;title=solved-control-tooltip#49772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 14486<br /><strong>Posted:</strong> 09 June 2009 at 3:42pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>When you set a tooltip for an item you can set its contextual style. How do you do that for the whole control so that when displaying a tip for a cell that is not wide enough and hidden by an ellipses that too uses the same contextual style??</DIV><DIV>&nbsp;</DIV><DIV>Regards to all</DIV>]]>
   </description>
   <pubDate>Tue, 09 Jun 2009 15:42:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14486&amp;PID=49772&amp;title=solved-control-tooltip#49772</guid>
  </item> 
 </channel>
</rss>