External OCX

D

Dim

If I, when designing my forms add some external ActiveX control, such as a
CommonDialog Control, and assuming i've
added som non-standard Reference in Visual Basic Edit ( Microsoft Scripting
Library "scrrun.dll")
how then do i proceed with distribution of the database? Are all external
OCX controls being embedded into my db, or must i distribute them along as
well? Or is there a way to create a single file to distribute, without going
through the pain of creating a real installation setup file....

Thx
 
A

Arvin Meyer

Dim said:
If I, when designing my forms add some external ActiveX control, such as a
CommonDialog Control, and assuming i've
added som non-standard Reference in Visual Basic Edit ( Microsoft Scripting
Library "scrrun.dll")
how then do i proceed with distribution of the database? Are all external
OCX controls being embedded into my db, or must i distribute them along as
well? Or is there a way to create a single file to distribute, without going
through the pain of creating a real installation setup file....

If it is a simple OCX or DLL, and the file is distributable, you may be able
to simply put the file in their Windows system folder and register it.In
later versions (2002 and 2003) running on an XP machine, putting the file in
the same folder as the database will often be enough.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

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

Top