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

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
 
J

Jeff Bennett

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

=================== ===================
 
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DTpicker and Active X on my new laptop 2
Active X in Word 2003 0
ACTIVE X ?? 1
active x issue 4
Outlook Outlook and Active X 4
Active X Controls 1
IE prompting for Active X 2
Regarding Active X 3

Top