Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange behaviour for Activate event
Message
 
À
30/06/2003 01:00:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00805179
Message ID:
00805279
Vues:
26
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)
...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform