Active-X - (posted in other forum but no one answers)

  • Thread starter Thread starter Patrick Graham
  • Start date Start date
P

Patrick Graham

Hi I made an Acess DB at home but when I take it to work
some stations wont load it properly.

The Active-X Control : zmousetrap.ocx wont register
properly, access says to use an external setup program.

How do I get the activex control to register.

Thanks
 
Patrick Graham said:
Hi I made an Acess DB at home but when I take it to work
some stations wont load it properly.

The Active-X Control : zmousetrap.ocx wont register
properly, access says to use an external setup program.

How do I get the activex control to register.

Thanks

A) Try running the microsoft utility Regsvr32.exe to register the OCX
from command prompt
regsvr32 c:\somepathtoocx\zmousetrap.ocx

Does this work?
If yes you are done
If no proceed to step B

B) the OCX probably has some dependancies, other DLL files
it requires to work. You'll need to copy those to the
computer as well as the OCX
After copying over the dependancy files
repeat step A.

I am not familiar with zmousetrap.ocx myself.
You may want to check with creators of this OCX to
identify any dependancies.


-----

Jeff Bennett
(e-mail address removed)

* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com

=================== ===================
 
Think I figured it out I tried to register the same file
to many users didnt work, but 1 file per user does.
 
Back
Top