> I've inherited some code from a VFP developer who died back in 2001. He's got some weird stuff, beleive me.
>
> I am not sure if I understand a problem I am having. I tried to open a form which is tied to a VFP class. An error states that the VFP class is not registered. Is this the same as registering a DLL in the operating sytsem's registry, or is this something different?
>
> This is the precise error I received.
>
> OLE Error Code 0x80040154: Class Not Registered
>
> What do I need to do?
>
>
> Cecil Champenois, Jr.
Cecil,
this error usualy means you have not registered an activex component. Does the form contain any activeX control?
Best bet is to set debug on and look and see what is the error cause.
Regards,
Koen