Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class Definition not Found!
Message
De
12/06/2002 15:35:02
Sony Joseph
Dovenmuehle Mortgage Inc
Schaumburg, Illinois, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Class Definition not Found!
Divers
Thread ID:
00667608
Message ID:
00667608
Vues:
46
Hi,

I have three .Prgs : 1. BaseClass.Prg, 2. SubClass.Prg, 3. RunProg.Prg

*-- BaseClass.prg
DEFINE CLASS myProcess As Session
PROC doProcess
*: doing my Processes here
ENDPROC
ENDEFINE


*-- SubClass.Prg
DEFINE CLASS CustomProcess As myProcess Of BaseClass.Prg
PROC doProcess
*-- running custom code
ENDPROC
ENDEFINE


*-- RunProg.Prg
Local loProc
loProc = NewObject("customProcess", "SubClass.Prg") && <loProc.DoProcess()
.
.
.

My Problem is, I get "Class Definition 'CustomProcess' is not Found'" error at the object initilization.

If I set procedure to both baseclass and subclass and use a createObject("customprocess") function , everything is fine. How can I use NewObject() function without generating this error?


TIA
Solutions: when you want it, as you want it!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform