Hi,
I have created a form using a Crystal reports ActiveX control. I tried to open the form on another PC and the activeX is not there!"
What is the procedure to make sure anyone who opens the DB can use the ActiveX control??
1. Locate the file containing the ActiveX control (filename.ocx, I guess).
2. Create a batch file which:
- Copy the ActiveX component to C:\WINDOWS\SYSTEM of the PC
- Register the ActiveX component
(regsvr32 -s c:\windows\system\<file.ext>
this sets the necessary registry settings, the -s means silent so you will so no notification.
3. Start the database
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.