Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where's the Class
Message
 
À
29/08/2000 13:58:19
John Tomblin
Service Station Systems, Inc.
San Jose, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00410389
Message ID:
00410391
Vues:
12
>where is it? In memory?

Yes.

>If I attempt to createobject("ClassName"), I get an error message stating >that "Class definition ClassName is not found".
set classlib to myclasslib
oMy = createobject('myobject')
if type('oMy') == "O" AND !isnull(oMy)
    oMy.show()
else
    wait window "No Go!"
endif
HTH
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform