Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class definition not found
Message
From
31/08/2000 14:13:02
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00411392
Message ID:
00411407
Views:
11
>
>*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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform