Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behaviour for Activate event
Message
 
To
30/06/2003 01:00:40
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00805179
Message ID:
00805279
Views:
25
Michael,

A property can be of type object and still not hold an object reference. This would be a property of type object with a value of NULL. You can fix your code to handle this by doing the following;
...
IF TYPE('thisform.topic' ) = 'O'  AND NOT ISNULL(Thisform.Topic)
...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform