Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MORE THAN A TOOL TIP TEXT PROPERTY
Message
From
24/07/1998 18:56:48
 
 
To
24/07/1998 09:46:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00120403
Message ID:
00121231
Views:
28
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform