Apr 12, 2004 #1 chouna Programmer Joined Mar 28, 2003 Messages 75 Location 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 Joined Oct 19, 2003 Messages 464 Location 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 Joined Mar 28, 2003 Messages 75 Location 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.