Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Isnull() Intermittant Return Value
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00887276
Message ID:
00887308
Vues:
12
> 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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform