Kodak Image Controls w/Access 2003

M

Matt Harvey

Our IT department rolled out Office 2003 over the weekend--without
properly testing our custom apps--and much to our dismay found that
apparently 2003 broke an Access VBA application that used the Kodak
imgedit.ocx and imgadmin.ocx controls. When I look at the code for the
application, none of the properties or methods that we're using for
these controls seem to be available, instead only generic control
properties/methods are available. Anyone have any ideas as to what may
be the cause and any possible fixes?
 
A

Arvin Meyer

If you are using the same machines, you should be able to register the ocx
controls and they might work. If not using the same machines, and you have a
license, you can simply copy the files to your system32 directory. Then:

Start ... Run

then type:

regsvr32.exe "C:\Windows\System32\imgedit.ocx"

just as you see it above. Repeat for the other ocx. You should get the
message back "Succeeded"

Should all else fail, you can get similar functionality with DBPix:

http://www.ammara.com/
--
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