Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Property ShowTips is not found
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01506315
Message ID:
01538705
Views:
60
>Hi Martina,
>
>Is column's tooltip also not working in VFP9 SP2 latest hotfix?

Yes,

With the special code I can make header's tooltip to show, but I set column's tooltip also to the same text and it's not showing when I move mouse.

Yes, It is not 100% functional.

>
>I guess both not working :(
>https://connect.microsoft.com/VisualStudio/feedback/details/311817/vfp-sp2-tooltiptext-not-displaying-for-grid-column-header-and-grid-column
>
>
>
>
>>Hi Naomi,
>>
>>Maybe is protected or hidden
>>
>>MartinaJ
>>
>>>Hi everybody,
>>>
>>>I have a grid class where in order to fix no tooltip prolem on for the header I have the following code in the MouseLeave event:
>>>
>>>
>>>lparameters nButton, nShift, nXCoord, nYCoord
>>>local lcCur, llST
>>>
>>>this.tooltiptext= ""
>>>lcCur=set("CURSOR")
>>>set cursor off
>>>llST = thisform.showtips
>>>thisform.showtips = .f.  && now turn off currently displayed tip
>>>*=Sleep(100)
>>>INKEY(.1)
>>>
>>>thisform.showtips = llST
>>>set cursor &lcCur
>>>
>>>Now, I have a form class based on another form class. This class has a pageframe with 3 pages and page1 and page3 have a grid. When I move the mouse over the grid on the Page3, I get the error 'property showtips is not found' on the llST = thisform.showtips line. Why would I get this weird error? The property is indeed there.
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform