C
Clinton Boyda
Greetings,
I know this solution is simple I just can't find it.
I have a current Access 2003 application that I want to integrate the HTML
editor from Lebans.
http://www.lebans.com/htmleditor.htm
Problem it loads blank and then terminates with an error. The only thing
that seems to be different is the Tools - References.
A clean A2K3 shows
-Visual Basic for Applications
-Microsoft Access 11.0 Object Library
-Microsoft ActiveX Data Objects 2.1 Library
-Microsoft Internet Controls
-OLE Automation
and it works...
now mine shows
-Visual Basic for Applications
-Microsoft Access 11.0 Object Library
-Microsoft Office 11.0 Object Library
-Microsoft ActiveX Data Objects 2.8 Library
-Microsoft Calendar Control 8.0
-Microsoft Internet Controls
-Microsoft DAO 3.6 Object Library
-OLE Automation
What am I missing here?
Error on html editor close is:
The expression you entered refers to an object that is closed or doesn't
exist. Debug jumps to line:
Do While Me.WBrowser.Object.ReadyState <> READYSTATE_COMPLETE ' loaded
Thank you for the help
I know this solution is simple I just can't find it.
I have a current Access 2003 application that I want to integrate the HTML
editor from Lebans.
http://www.lebans.com/htmleditor.htm
Problem it loads blank and then terminates with an error. The only thing
that seems to be different is the Tools - References.
A clean A2K3 shows
-Visual Basic for Applications
-Microsoft Access 11.0 Object Library
-Microsoft ActiveX Data Objects 2.1 Library
-Microsoft Internet Controls
-OLE Automation
and it works...
now mine shows
-Visual Basic for Applications
-Microsoft Access 11.0 Object Library
-Microsoft Office 11.0 Object Library
-Microsoft ActiveX Data Objects 2.8 Library
-Microsoft Calendar Control 8.0
-Microsoft Internet Controls
-Microsoft DAO 3.6 Object Library
-OLE Automation
What am I missing here?
Error on html editor close is:
The expression you entered refers to an object that is closed or doesn't
exist. Debug jumps to line:
Do While Me.WBrowser.Object.ReadyState <> READYSTATE_COMPLETE ' loaded
Thank you for the help