Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Repeatable fatal exception error
Message
De
22/07/2004 14:50:42
 
 
À
20/07/2004 13:20:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00926195
Message ID:
00927134
Vues:
19
>Crash bug aside, what container can I put an empty object in? Neither

Try:
DEFINE CLASS bizobj AS custom
   data = null

   Function Init()
      this.data = createobj('empty')
   endfunc

   Function Destroy()
      this.data = null
   EndFunc
ENDDEFINE
BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform