![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I hvae used your great GPS example, but I would like to post the coordinates to my server. It works perfect when the PDA is connected with Active Sync. But it does not seem to work if the PDA is connected via GPRS. I have chekked that IE on the PDA works with the GPRS. Also is it possible to get the program to initiated the GPRS connected if it is not online ? I'm using a Symbol MC35 with WM 5.0 My code is like this: Sub Button2_click Response.New1 url1 = "http://gpstrack.xxx.dk/?domain=lasse&device_id=test&longitude=" url1 = url1 & GPS.DecimalLongitude & "&latitude=" & GPS.DecimalLatitude Request.New1(URL1) Response.Value = Request.GetResponse 'This line calls the server and gets the response. End Sub If anyone can help me that would pe appriciated a lot! Thanks |
|
|||
|
Hi
I am interested to know if it will be possible to use googlemaps for mobile with your language. what i want to do is recieve e-mails containg gps information and to plot the position on a map and create a snail trail how would i be able to incorporate google earth maps |
|
||||
|
There are some examples of using web services in the forum and here: www.basic4ppc.com/Downloads.html (currency example)
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTTP library v1.3 | Erel | Official Updates | 1 | 03-15-2008 10:57 AM |
| HTTP Post | nsidney | Questions & Help Needed | 4 | 01-30-2008 09:52 AM |
| HTTP library help | agraham | Bug Reports | 1 | 01-07-2008 10:15 AM |
| Authentication with HTTP libarary problem | agraham | Questions & Help Needed | 6 | 12-25-2007 11:50 AM |
| HTTP.DLL Example - WHOIS | alfcen | Share Your Creations | 2 | 06-04-2007 11:42 AM |