Click to See Complete Forum and Search --> : You Gurus love to answer the easy questions
TOMA
March 7th, 2000, 08:47 AM
Why did no one respond to the request I posted. Is it too easy or too hard - I asked:
Hi - I need some help. I created an app in Access97. Found a new coustomer and went to install it at his site. My common dialog control was empty. His version of Access listed Common Dialog Control, but it was not registered. I tried to register comdlg16.ocx and received the message "Unable to register control. You must use Add/Delete utility". Anybody want to help out a poor little fella? Thanks in advance
Crazy D
March 7th, 2000, 10:13 AM
"Why did no one respond to the request I posted."
Probably because no-one knows the answer...
Sorry I don't know the answer either, all I do with Access is creating a database...
But add/remove utiliy sounds like a little tool that ships with Access (guess...)
Crazy D :-)
"One ring rules them all"
Aaron Young
March 7th, 2000, 01:13 PM
If you're shipping your Application to Customers, you should be supplying everything needed to run it, ie. a Runtime version of Access97 and all the relevant OCX's.
Also, shouldn't it be using ComDlg32.ocx, not it's 16bit counterpart.
Aaron Young
Analyst Programmer
ajyoung@pressenter.com
Certified AllExperts Expert: http://www.allexperts.com/displayExpert.asp?Expert=11884
Kyle Burns
March 8th, 2000, 07:38 AM
I've heard of other people having problems using the common dialog control from Access. I posted code on this board a few weeks ago showing the code to call the common dialog without use of this control.
http://codeguru.developer.com/bbs/wt/showpost.pl?Board=vb&Number=15317&page=8&view=collapsed&sb=5
Tahbaza
April 3rd, 2000, 11:56 PM
What version of VB are you using?
You should probably be trying to register comdlg32.ocx like this in the Start/Run dialog box :
regsvr32 <path 2 file here>\comdlg32.ocx
== Ali R. Tahbaz, MCSD ==========================
"Whether you think that you can, or that you can't, you are usually right."
--Henry Ford
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.