Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP link to MapQuest needed
Message
 
 
To
23/07/2001 12:51:19
Wesley Wilson
ERW Custom Programming, Inc.
Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00534002
Message ID:
00534063
Views:
12
Try this

"http://www.mapquest.com/cgi-bin/ia_find?link=btwn%2Ftwn-map_results&random=565&event=find_search&SNVData=&address=" + lc_street + "
&city=" + lc_city + " &State=" + lc_state + " &Zip= " + lc_zip + "&Find+Map.x=0&Find+Map.y=0"

where:
lc_street = "100 Main"
lc_city = "Anytown"
lc_state = "MI"

If the zip code is not known the omit the " &Zip= " + lc_zip in the string.

This was a "quick and dirty" by typing in an address at mapquest and copying the address form the browser when the map appeared. I ahve not actually tried this in VFP.

Hope this helps.
Ken Wardwell
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform