Need Help on Activex Distribution

  • Thread starter Thread starter amihsan
  • Start date Start date
A

amihsan

Guest
Hi ALl,

I have referenced an SMTP activex to use in my access program but it only works in my workstation. It doesn't work if I access the program from other workstation.. Please help...!!

this is due to referencing the SMTP activex in access program which is not properly referenced if the program is accessed in other workstation.

The program is a multiuser progream with security workgroup (*.mdw) already defined.

Thanks for any help!!

Amihsan
 
The reason that it will not work on other machines is because they will not have the required .ocx file.
If you check the references on the client machine you will probably notice it says MISSING.
You will need to copy the .ocx file to the correct location on the client machine and then register it using regsrv32.
 
How to automate the activex registration?

Thanks for the reply..

How to automate the activex registration in client machine ?
Is there a way to write code in our say "Form_load' event, so that when the form is loaded, the activex will be registered if it's not available yet.

Thanks..
 

Users who are viewing this thread

Back
Top Bottom