Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class definition not found
Message
De
31/08/2000 14:13:02
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00411392
Message ID:
00411407
Vues:
10
>
>*do form SetFilter with saveDS,theTable,localStr,.name  &&to localStr
>  loSetFilter=newobject('SetFilter','wg.vcx','',saveDS,theTable,localStr,.name)
>	else
>*       	do form SetFilterNew with saveDS,theTable,localStr,.name  &&to localStr
>		loSetFilter=newobject('SetFilterNew','wg.vcx','',saveDS,theTable,localStr,.name)
>	endif
>	if type('loFilter')='O'
>  			loSetFilter.Show(1)
>	endif	
>
>
>Now then I hit Filter button, I get Error message: 'Class definition not found'.
>
>How can I resolve this problem?

Does the NEWOBJECT() work from the command window?

Is the wg.vcx available in the path?
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform