Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Tracking DHL, FedX, UPS, USPS packages
Josh Assing, Jassing Consulting
Easily track packages sent thru DHL, FedX, UPS, or USPS Updated to handle new page result format.
Created on
18 years ago
Downloads
515
File type
Freeware
General information
Description
Easily track packages sent thru DHL, FedX, UPS, or USPS oo=CREATEOBJECT("iship.jAssing") IF oo.track(cSomeTrackingNumber) ? "Carrier",oo.cCarrier ? "Tracking #",oo.cTracking ? "Service Type",oo.cService ? "Last Scan",oo.cLastScan ? "Status",oo.cStatus ? "Current Location",oo.cLocation ? "Anticipated delivery date",oo.cDeliveryDate ? "History" ? oo.cHistory ELSE ? "Failed to track" ENDIF
Created by
Josh Assing, Jassing Consulting
Josh Assing has been pogramming in xbase & C since the 80's. FoxPro since FoxBase thru FPW and VFP9. MultiUser, SQL, single user, BarCodes, Inventory, and realtime processing. Including, FLL/DLL in C to speed up calculations/CPU intensive processing. ASP/VFP integration thru custom COM objects; help files, robust installers. White & Black box testing in our testing lab.

Comments
iship.dll find virus by kaspersky Mihu Mihu, June 2, 2006

It's a false positive. Update your virus definitions. I just used their online file scanner for it and it came back clean "You're clean!" http://www.kaspersky.com/scanforvirus but then it goes on to say: Scanned file: iship.dll Suspicion: iship.dll Suspicion: Type_Win32 I couldn't find anything meaningful about what this meant on their site. Their comment as of 3 July 06 is: Hello. Thank you for such usefull information. It will help me to finish analysis. These facts throw light on origin and purpose of iship.dll construction. I can agree that it can be protector-like code. Wrong detection of iship.dll will be removed in the next update. Thank you for assistance and sorry for misunderstanding. ----------------- Regards, Alexey Romanenko Virus Analyst, Kaspersky Lab. Ph.: +7(095) 797-8700 E-mail: newvirus@kaspersky.com http://www.kaspersky.com http://www.viruslist.com Josh Assing, June 3, 2006

Add a comment
More downloads created from this member
Josh Assing, Jassing Consulting
The server I used for my COM object seems to be more flakey than at first believed. This is a list of some quotes & history dates I've accumulated. Good for adding some end user enjoyment to an app. Two database Quotes & DayEvent Enjoy -josh
Created on
18 years ago
Downloads
278
File type
Freeware
Josh Assing, Jassing Consulting
Add Quotes, Weather, or Day In History to your applications (COM Object)Requires VFP9 Framework files (http://jassing.com/binaries/vfp9FrameWork.exe) COM object requires internet connection to retrieve Quotes, Weather & History from well known server.
Created on
18 years ago
Downloads
289
File type
Freeware
Josh Assing, Jassing Consulting
Freeware/donationware Provides a way to retrieve Zip+4 for an address (USA only) via a COM object. This is done by retrieving it from USPS, NOT a database housed on a 3rd party server. Zip4COM homepage: http://zip4com.jassing.com Demo has been fixed.
Created on
18 years ago
Downloads
270
File type
Freeware
Josh Assing, Jassing Consulting
Fast CRC32 for files & strings -- writen in C for fast calculations. *Tests performed on 1000mhz PentiumIII machine: *Times in seconds. Using 256, 1024, and 2048 as chunk size *12 Meg file: * FileToStr = .4 *crc of the string = .9 * crc of the file = .6,.5,.4 *103 Meg File: * FileTo...
Created on
22 years ago
Downloads
625
File type
Josh Assing, Jassing Consulting
PRG's to allow you to call dynazip ax compression/decompression routines in procedure style -- zip(cZip,cMask,cControl) Provides callbacks so it will display its progress Updated for latest 5.00.03 dynazip DLL's. ...
Created on
22 years ago
Downloads
1531
File type
Josh Assing, Jassing Consulting
Client required his app to "stop processing" if utilization reached 90%, so I added this in a timer to check. This is VB6 DLL (needs VB runtimes) to determine % of CPU utilization. The usage in simple: loMon=createobject("cpumon.cpuuse") ?loMon.cpuuse() ...
Created on
22 years ago
Downloads
621
File type
Rating
5.00/5.00
Josh Assing, Jassing Consulting
Enables Long File Name support for FPW 2.6 Recently I got a few emails regarding it; and one person asked about a "rename" function.. So I dug up the code, added a rename, and recompiled. http://www.jassing.com/binaries/foxlfn.zip is the last "real" version.
Created on
22 years ago
Downloads
409
File type
Josh Assing, Jassing Consulting
Allows you to query the connection status (connected, disconnected, etc), Logoff the session, get the username, etc. Small FLL (library) to help you, combined with a timer, you can check the status of the connection state, and if disconnected, you can close files, or log off the server for security...
Created on
22 years ago
Downloads
934
File type
Josh Assing, Jassing Consulting
This utility allows you to check for a server & port to be running. For example: ?ping("jassing.com",80) would check to see if jassing.com is running a web server. Does *not* do any record lookups (ie: ?ping("Jassing.com",25) would be for a SMTP server, but if the MX record points to a different s...
Created on
22 years ago
Downloads
829
File type
Josh Assing, Jassing Consulting
Can verify NT Domain passwords (from NT/W2K/Win9x) & for local system. ?vpass("password","user","domain") Returns .t. on success, .f. on failure. Domain & user are optional. Tested with VFP6, sp5 on W2K & NT4 & TerminalServer & Win98 Sample form included.
Created on
23 years ago
Downloads
1378
File type