comdlg32.ocx - Microsft Common Dialog Control issue

D

Duncan Edgar

I have used an application developed in Access 2003 very well. I bought a new
machine with Windows 7 and reloaded Access 2003 (Office 2003).
It now does not run a function within the application.
I believe comdlg32.ocx is the problem.
I unselected Microsoft Common Dialog Control 3.0 (SP3) and it has
disappeared as well.

Error
Run time error 438 - Object does not support this property or object
Function
Private Function fileName() As String
Me.CommandOpenFileDialogue.Filter = "Text|*.txt|All|*.*"
Me.CommandOpenFileDialogue.ShowOpen
fileName = Me.CommandOpenFileDialogue.fileName
End Function

I have uninstalled and reloaded without any luck. Any suggestions would be
appreciated.
 
Å

张晓å¥

Duncan Edgar said:
I have used an application developed in Access 2003 very well. I bought a
new
machine with Windows 7 and reloaded Access 2003 (Office 2003).
It now does not run a function within the application.
I believe comdlg32.ocx is the problem.
I unselected Microsoft Common Dialog Control 3.0 (SP3) and it has
disappeared as well.

Error
Run time error 438 - Object does not support this property or object
Function
Private Function fileName() As String
Me.CommandOpenFileDialogue.Filter = "Text|*.txt|All|*.*"
Me.CommandOpenFileDialogue.ShowOpen
fileName = Me.CommandOpenFileDialogue.fileName
End Function

I have uninstalled and reloaded without any luck. Any suggestions would be
appreciated.
--
Duncan Edgar

__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4996 (20100403) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4996 (20100403) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

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


Top