comdlg32.ocx - Microsft Common Dialog Control issue

  • Thread starter Thread starter Duncan Edgar
  • Start date Start date
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
 
Back
Top