I'm probably way off the mark here, but in my application I have
incorporated 3 instances where my client can click a button, for an
employee, client or supplier and it will find the person via GM
My clients love it

Code is
IF !EMPTY(lcAddress)
   Local loIE
   loIE=Createobject('internetexplorer.application')
   loIE.Navigate( "http://maps.google.com/maps?q="+Strtran(lcAddress,"
","+") )
   loIE.Visible = .T.
ENDIF





On Thu, Mar 17, 2011 at 10:08 AM, Jarvis, Matthew <[email protected]> wrote:

> >
> > Can you integrate this Google Maps API into a VFP9 desktop app
> (assuming
> > internet connectivity)?
> >
>
>
>
> That's where I was heading with it if I ever got the approval to commit
> the time to it...
>
> I'd prolly have to roll my own tools rather than buy anything that acts
> as a sort of wrapper around all this (the data management part) but hey
> - that's what I do for a living, right?
>
> I could send you the handouts/code/etc I put together for my
> presentation for you to look over.
>
> Thanks,
>
> Matthew Jarvis || Business Systems Analyst
> IT Department
> McKenzie-Willamette Medical Center
> 1460 G Street, Springfield, OR  97477 || Ph: 541-744-6092 || Fax:
> 541-744-6145
> --------------------------------------------------------------------------
> Disclaimer: This electronic message may contain information that is
> Proprietary, Confidential, or legally privileged or protected. It
> is intended only for the use of the individual(s) and entity named
> in the message. If you are not an intended recipient of this
> message, please notify the sender immediately and delete the
> material from your computer. Do not deliver, distribute or copy
> this message and do not disclose its contents or take any action in
> reliance on the information it contains.
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to