Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class not registered
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00582607
Message ID:
00582622
Views:
21
Hi!

"Classname" is a VFP class or ActiveX/COM object?

If VFP calss, assure class library with that class is loaded into memory by SET CLASSLIB ... ADDITIVE command. You can also use NewObject() function that is not depended on the fact that class library is loaded into memory.

If COM/ActiveX, assure that component is installed on the machine and registered. It should be installed in every client machine.

>Hi there,
>I have a problem when i try to run my program. On certain machines when i use the command *** Something = CreateObject("Classname") **** i get an error Class Not Registered. Do u know what is happening cause i think this is a serious problem.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform