Display Google Maps in Reports

D

Dr Steevil

Hello all,

I have a customer service database. I have designed a form with the usual
information on my customers and in the corner I have a Web browser object
that shows their location in Google Maps (. This works perfectly and I have
a button which when clicked will print the Web browser object.

What I want to do however is have this map print directly on my service
order tickets. I've tried putting the web browser object in the report and
setting it up the same way as I've done on the form, but this doesn't seem to
work (probably some form of gross conceptual error on my part ;) ).

Is this even possible and if so how would I go about it?

FYI: The Google Maps Web Browser object is a Class Module I found (can't
remember where) that displays the map only, i.e. not the other stuff you'd
find if you went to www.maps.google.com in Internet Explorer et al).
 
D

Dr Steevil

Bumping this. I posted late last night so I'm not sure anyone even saw this.
Can someone help point me in the right direction? Thanks!
 
K

Kiran

Hi there,

just wondering if you ever discovered how to do this? I'm stuck in the exact same situation - I got the map and correct location to appear in a form but not within a report.

Thanks in advance for any help you can offer :)


K



DrSteevi wrote:

Display Google Maps in Reports
02-Feb-09

Hello all,

I have a customer service database. I have designed a form with the usual
information on my customers and in the corner I have a Web browser object
that shows their location in Google Maps (. This works perfectly and I have
a button which when clicked will print the Web browser object.

What I want to do however is have this map print directly on my service
order tickets. I've tried putting the web browser object in the report and
setting it up the same way as I've done on the form, but this doesn't seem to
work (probably some form of gross conceptual error on my part ;) ).

Is this even possible and if so how would I go about it?

FYI: The Google Maps Web Browser object is a Class Module I found (can't
remember where) that displays the map only, i.e. not the other stuff you'd
find if you went to www.maps.google.com in Internet Explorer et al).

EggHeadCafe - Software Developer Portal of Choice
Lightweight ASP.NET DataSet to Excel Class
http://www.eggheadcafe.com/tutorial...9d-c9ca1b04fb7e/lightweight-aspnet-datas.aspx
 
K

Kiran

Hi there,

just wondering if you ever discovered how to do this? I'm stuck in the exact same situation - I got the map and correct location to appear in a form but not within a report.

Thanks in advance for any help you can offer :)


K



DrSteevi wrote:

Display Google Maps in Reports
02-Feb-09

Hello all,

I have a customer service database. I have designed a form with the usual
information on my customers and in the corner I have a Web browser object
that shows their location in Google Maps (. This works perfectly and I have
a button which when clicked will print the Web browser object.

What I want to do however is have this map print directly on my service
order tickets. I've tried putting the web browser object in the report and
setting it up the same way as I've done on the form, but this doesn't seem to
work (probably some form of gross conceptual error on my part ;) ).

Is this even possible and if so how would I go about it?

FYI: The Google Maps Web Browser object is a Class Module I found (can't
remember where) that displays the map only, i.e. not the other stuff you'd
find if you went to www.maps.google.com in Internet Explorer et al).

EggHeadCafe - Software Developer Portal of Choice
C# Named-Pipes InterProcess, Inter-Machine Cache Service
http://www.eggheadcafe.com/tutorial...77f-08d64d708cd1/c-namedpipes-interproce.aspx
 
M

Mark Andrews

Possibly you can print from the web browser control?
http://msdn.microsoft.com/en-us/library/b0wes9a3.aspx
http://omgili.com/reports-through-webbrowser

As a guess I would think you would need to download the image and embed it
into the report at runtime.
Haven't ever done anything like that in Access but it might be possible?
Here's some articles that might help?
http://social.msdn.microsoft.com/fo.../thread/26dd844f-f653-4b03-9859-b9ab4bea0d8d/

http://msdn.microsoft.com/en-us/library/aa140319(office.10).aspx

Sorry if none of these help much.
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top