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:53:22
 
 
To
24/07/1998 09:46:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00120403
Message ID:
00121230
Views:
24
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