Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MORE THAN A TOOL TIP TEXT PROPERTY
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00120403
Message ID:
00121861
Vues:
27
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform