Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MORE THAN A TOOL TIP TEXT PROPERTY
Message
De
24/07/1998 18:56:48
 
 
À
24/07/1998 09:46:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00120403
Message ID:
00121231
Vues:
27
Oops for my other reply. :) Ed didn't answer to you.

Beside reversing the order of tests, the TYPE() test should be:

TYPE(This.cMemoField) = "C"

Vlad

>LPARAMETERS nButton, nShift, nXCoord, nYCoord
>IF !EMPTY(This.cMemoField) AND TYPE(This.cMemoField) = "M"
> This.ToolTipText = LEFT(EVAL(This.cMemoField), This.nMemoLength)
>ENDIF
>
>
>I set the cMemoField to the field name of my memo field (myTable.myMemo).
>I set the nMemoLength to 30.
>
>In the debugger when I check the "LEFT(EVAL(This.cMemoField), This.nMemoLength)
>" expression, it has the correct value. But, after the assignment to the ToolTipText property, the property remains empty ("").
>
>What gives?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform