Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

access... crystal reports.... activeX...

Status
Not open for further replies.

dgabriela

Programmer
Sep 16, 2002
14
0
0
CA
Hi,
I have a very simple Access application: previewing a crystal report from a form, using an ActiveX control: CrystalReport
I need to copy this application to another computer where I don't have that ActiveX.

What do I have to do to make my application run on the second computer? What/how do I have to install/register the ocx on the second computer?

Thank you!!!
 
As a quick response...

Copy and paste the ocx (and any Crystal dependancies, dlls etc) file into system32 for example.. run (as admin) regsvr32 filename.ocx / dlls (I think you could do this using the shell function from access but haven' tried it out)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top