I have this control - MiDocView, Microsoft Office Document Imaging viewer control - in my Access 2003 Access database. It worked fine for a year, until one week ago. I suddenly got this error:
"Object doesn't support this property or method", when the following code was running.
I checked the reference to the control and it was fine. There is no compiling error.
I tried creating a brand new database and add the control to a new form but got the same error. Actually, I got the error "There is no object in this control" even before any vb code was running. This error disappeared after I compacted the database. Strange.
The problem occurred on two workstations that were not related to each other at all. My guess is that a recent Microsoft automatic update caused the problem.
Any ideas? Thanks in advance.
Seaport
"Object doesn't support this property or method", when the following code was running.
Code:
MiDocView1.Filename = ThePath & ScannedFileName
I tried creating a brand new database and add the control to a new form but got the same error. Actually, I got the error "There is no object in this control" even before any vb code was running. This error disappeared after I compacted the database. Strange.
The problem occurred on two workstations that were not related to each other at all. My guess is that a recent Microsoft automatic update caused the problem.
Any ideas? Thanks in advance.
Seaport