Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MORE THAN A TOOL TIP TEXT PROPERTY
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00120403
Message ID:
00121861
Views:
26
>>The cMemoField property is used to identify the memo field whose contents will be used to fill the ToolTipText property. Therefore, the TYPE test is intended to verify that the field is of type memo. Everything evaluates correctly when I step thru the code in the debugger, but after the assignment to the ToolTipText property, the property remains empty.
>>
>>
>>>Ed gave you the answer. I just want to add that the following line:
>>>
>>>>IF !EMPTY(This.cMemoField) AND TYPE(This.cMemoField) = "M"
>>>
>>>should be
>>>
>>>IF TYPE(This.cMemoField) = "M" and !EMPTY(This.cMemoField)
>>>
>>>Vlad
>
>The tooltip text stay with the first text it receive.
>
>You must reassign it each time the record pointer is moved!
>
>:0)

Or, as I already said in this thread, put it in the MouseMove event.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform