> >
> > Certainly sounds as though the form is trying to use an ActiveX control that is not registered on your machine.
> > Try opening the form as a table and looking through the SCX to see what is being loaded. The CLASS column will contain "OLEControl" and OLE1 and OLE2 will both be populated. The path for the Control's source will be in the OLE2 column. That should tell you what it is looking for:
> >
> >
USE form_name.scx
> > LOCATE FOR UPPER(class) = 'OLECONTROL'
> > BROWSE
> > Regards
> > Andy Kramek
> > Microsoft MVP (Visual FoxPro)
> >
Tightline Computers Inc, Akron Ohio, USA>
> HighEdit Pro Word Processor OCX Control - H5OCX32.OCX, Version 5.31.0.1, Date: 9/5/1997.
>
> Well, I cannot seem to register the OCX now; I know where the OCX file is and I know its name. It is actually located in C:\WIDNOWS\SYSEM32, not in c:\windows\system\ I'll correct that in the Visual Class.
>
> I was in the CMD window and was in the c:\windows\system32\ folder where I executed regsvr32 h5ocx32.ocx, but received an error message which states:
>
> The module "h5ocx32.ocx" failed to load.
>
> Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
>
> The specified module could not be found.
>
> Cecil Champenois, Jr.
Names are Case Sensitive!
h5ocx32.ocx <> H5ocx32.ocx <> H5OCX32.ocx <> H5OCX32.OCX
Regards
Andy Kramek
Microsoft MVP (Visual FoxPro)
Tightline Computers Inc, Akron Ohio, USA