Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UPS Tracking
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00561038
Message ID:
00561380
Views:
21
Hello Rick,

As I mentioned to Terry, I did something similar to what you mention here. The purpose of parsing out the HTML was to fill some fields in a table so the info could be processed automatically and generate some management reports. This also allows me to poll the site on a regular basis and track progress. This works OK, just looking for something a bit more efficient.

I'll have to take a fresh look at the west-wind tools, downloaded them quite awhile ago, but understand there are many new enhancements.

Thanks

Bob

>You can do this pretty easily with some HTML screen scraping as well. You can use the URL Terry provided and just peel out the resulting confirmation code:
>
>
>o = CREATE("wwHTTP")
>lcHTML = o.HTTPGet("tracking url")
>
>lcConfirm = EXTRACT(lcHTML,"delimiterstring","delimiterstring")
>
>
>I don't have a UPS shipping id handy otherwise I would have put this code together - I actually have an app that could use this too.
>
>I kinda agree with Terry too though - it's not a bad idea to actually show the UPS page in your app with the data in it. That relieves your app from waiting for the response from UPS.
>
>+++ Rick ---
'If the people lead, the leaders will follow'
'War does not determine who is RIGHT, just who is LEFT'
Previous
Reply
Map
View

Click here to load this message in the networking platform