ACC97: "There Is No Object in This Control" Error Inserting Web Browser ControlID: Q177105
|
Moderate: Requires basic macro, coding, and interoperability skills.
In Microsoft Access 97, when you insert the Web Browser Control on a form,
and you are using a computer that has Microsoft Internet Explorer 4.0
installed, you may receive the following error message when you try to
display the control:
If you click OK in the message box, you receive the following additional message:There is no object in this control.
Run-time error '438'
Object doesn't support this property or method
This problem occurs if you are using the version of the Web Browser Control
that is included on the Microsoft Office 97 Professional Edition compact
disc in the ValuPack folder.
The file, Shdocvw.dll (version 4.701.300), is replaced with a newer version that is installed with Internet Explorer 4.0. Microsoft Access 97 does not recognize the newer version (4.71.1712.5) of the control.
Microsoft has confirmed this to be a problem in Microsoft Access 97.
Private Sub Form_Load()
Me!WbControl.Navigate "<LINK TYPE="GENERIC" VALUE="http://www.microsoft.com"">http://www.microsoft.com"</LINK>
End Sub
Keywords : IntpCstm
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 13, 1999