-
I'm trying to place a crystal report control on my form. I have crystal reports 8 installed on my machine and I'm using vb6. I get the error message "The file 'C:\WINNT\System32\CRYSTL32.OCX' was not registered as an ActiveX Component"
Any ideas? I need to get this working.
-
Go to Run in the Start Menu and type :
regsvr32 "C:\WINNT\System32\CRYSTL32.OCX"
-
thanx... I had just figured it out when you posted. I was missing a dll or something so it wouldn't register. I reinstalled crystal and got it working... but thanx anyway!