doulostheou
Registered User.
- Local time
- Today, 08:51
- Joined
- Feb 8, 2002
- Messages
- 314
I am trying to use the Web Browser ActiveX Control to preview PDF files within my application. I did this a long time ago without problems (Access 97) and the examples I have found online are all straightforward:
Unfortunately, Access 2010 does not appear to realize that the Web Control has a navigate method. I keep getting the following run-time error: Object doesn't support this property or method.
Has the way you interact with this particular ActiveX control changed or is there something I am doing wrong?
Code:
objWebCtrl.Navigate=strPath
Unfortunately, Access 2010 does not appear to realize that the Web Control has a navigate method. I keep getting the following run-time error: Object doesn't support this property or method.
Has the way you interact with this particular ActiveX control changed or is there something I am doing wrong?