Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Isnull() Intermittant Return Value
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00887276
Message ID:
00887308
Views:
11
> IF NOT IsNull("oCustbals")
> oCustbals.Activate
> ENDIF


John,

Instead of checking to see if oCustbals is null, try checking to see if its variable type is an object:
IF VARTYPE(oCustbals) = "O"
   oCustbals.Activate()
ENDIF
Hope that helps.

Laterness,
Jon
Jon Rosenbaum
Devcon Drummer
Previous
Reply
Map
View

Click here to load this message in the networking platform