Active X - Web Browser control doesn't work on report

forstatd

New member
Local time
Today, 15:45
Joined
Jun 3, 2010
Messages
1
I am trying to create a custom report in Access 2003 that among other things, needs to display an aerial image from Bing. I can display this Bing image on a form (and it works perfectly), but for some reason, it will not display on a report... or when it prints. I have inserted a Microsoft WEB browser control on the report and the code looks like this...

***********************************
Private Sub Report_Open(Cancel As Integer)

MyControl.Object.Navigate http://www.dnr.state.mi.us/landsale/....9594,-84.9083

End Sub

Do web browser controls not work on reports??

Thanks in advance!
smile.gif
 
as far as i know the webcontrol does not work with reports. but you might find a way around it by placing the form with the working webcontrol as subform in your report... don't know for sure but it might work...
 
this solution is not correct. you know any other solution? I have de same problem.
thanks
 

Users who are viewing this thread

Back
Top Bottom