M
Murp
Bit stumped by this control. I am using it to display HTML stored in a table
on a form. The OnCurrent event procedure on the form is:
Me.ocxWebBrwsr.Object.Document.body.innerHTML = "<HTML><HEAD></HEAD><BODY>"
& _
"<FONT size=-1>" & [DescWeb] & strAuth & strDetail & "</font> </body>"
When I open the form, I get the following error:
"Run-time error 91: Object variable or With block variable not set"
If I click "End", the form opens, but there is nothing in the control. BUT
every subsequent record I go to works fine from that point on.
Any help would be much appreciated.
on a form. The OnCurrent event procedure on the form is:
Me.ocxWebBrwsr.Object.Document.body.innerHTML = "<HTML><HEAD></HEAD><BODY>"
& _
"<FONT size=-1>" & [DescWeb] & strAuth & strDetail & "</font> </body>"
When I open the form, I get the following error:
"Run-time error 91: Object variable or With block variable not set"
If I click "End", the form opens, but there is nothing in the control. BUT
every subsequent record I go to works fine from that point on.
Any help would be much appreciated.