Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MORE THAN A TOOL TIP TEXT PROPERTY
Message
De
27/07/1998 09:22:02
 
 
À
24/07/1998 18:53:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00120403
Message ID:
00121597
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform