Apr 12, 2004 #1 chouna Programmer Mar 28, 2003 75 DE I understand that a container can have a ToolTipText property. But how do I activate it if I don't have a ShowTips property anywhere?
I understand that a container can have a ToolTipText property. But how do I activate it if I don't have a ShowTips property anywhere?
Apr 12, 2004 #2 BPeisch Programmer Oct 19, 2003 464 US Where do you want the tooltip to show up? I assume you have it on a form somewhere. You need to set that form's ShowTips property to .T. -BP (Barbara Peisch) http://www.peisch.com Upvote 0 Downvote
Where do you want the tooltip to show up? I assume you have it on a form somewhere. You need to set that form's ShowTips property to .T. -BP (Barbara Peisch) http://www.peisch.com
Apr 13, 2004 Thread starter #3 chouna Programmer Mar 28, 2003 75 DE Thank you. I wanted the container to be created in the main VFP screen and I did not realize that _screen had a "ShowTip" property. Upvote 0 Downvote
Thank you. I wanted the container to be created in the main VFP screen and I did not realize that _screen had a "ShowTip" property.