paul wrote:
Quote:
Hi
I have a report which displays various bits of data, i want to add a
webbrowser control to the report so that i can show a google map of
the area. This works fine when used in a form however on the report
the webbrowser doesn't appear.
Any ideas how i can get the webbrowser control to display on a report?
Thanks for any suggestions.
Paul |
Hmmm...I don't know how you'd do that. I suppose you could, before you
run the report, somehow copy the map and save it as a jpeg.
You could I suppose, use a hyperlink instead. Let's say field F2 was a
hyperlink "Link#http://www.google.com"
If a field on the report had F2 as the control source, it'd display
"Link". If you had the control source as =HyperlinkPart([F2],2) it
would display "www.google.com". There's no Click event tho to jump to
the link, one would have to do a cut/paste.
Here's a link you might find useful or give you some ideas.
http://freegeographytools.com/2007/i...-image-capture