office file open/file save dialog

G

Guest

Hi, I have set up my dbase to use the office file open/file save common
dialog to allow me to select a file for importing. When I put the dbase on
another machine the references show 'Microsoft windows common controls - 2
6.0' as missing and I can't find it listed. Can anyone tell me how I might
add this to the other pc? Could it be that Access is not fully installed or
something else not done?
Any assistance much appreciated
 
N

Nikos Yannacopoulos

Sam,

You could copy the .ocx file on the other machine and register it, but
this is not the recommended solution, in that activeX controls, apart
from requiring their presence and registration on each machine, they are
also prone to introducing version incompatibilities. Your best option is
to drop the use of the common dialog activeX altogether, using instead
an API function, which has neither of the above shortcomings. You can
find the code at:

http://www.mvps.org/access/api/api0001.htm

HTH,
Nikos
 

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