Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MORE THAN A TOOL TIP TEXT PROPERTY
Message
From
27/07/1998 09:22:02
 
 
To
24/07/1998 18:53:22
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00120403
Message ID:
00121597
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform