Site Map
|
|
O.S. : Win95,Win98,WinME,WinNT 4.x,Windows2000 License: Shareware $50
Min Requirements : Limitations :
Filesize: 6.08 MB
Screen Shot : Click Here
Program Website : AuthentaCheck Systems
|
| |
Its just a little thing. Hardly worth mentioning. But little things can make big differences!
Whether or not you are writing a heads down data entry app, you can make your users life lots easier by using our little dll and associated database in your programming tasks. Then instead of having to correctly type, and you validate the City name, County and State, the user just types the 5 digit zip code and the City, County and State are AUTOMATICALLY filled in correctly every time.
The ZipMaster dll is only 28k and simple to use. You set one property equal to your ado connection string and pass the ZipMaster dll the zip code. Almost instantly it passes you back the city, county and state.
If you want all the data you get 42902 Zip Codes, 19025 Cities and 62 States and Territories in 79832 unique combinations. You have everything that the USPS has. The data is free with the ZipMaster dll. What we are selling is the ZipMaster dll itself and the normalized database in either .mdb or SQL Server 7.0 format. If you get the SQL Server data, we'll throw in a stored procedure that retrieves the data for you as an added option.
So make it easy on yourself and your users. Instead of all the code you could write to validate the data entry process, write something as simple as this...
Private Sub Text1_Change(Index As Integer)
If Index = 0 Then
If Len(Me.Text1(0).Text) = 5 Then
If zipme.propCnxn = "" Then
zipme.propCnxn = DE1.Cnxn.ConnectionString
End If
zipme.GetInfo Me.Text1(0).Text
Me.Text1(1).Text = zipme.propCity
Me.Text1(2).Text = zipme.propState
End If
End If
End Sub
And instead of all that extra typing and the opportunity to get bad data, let your users type 5 numbers and get it right the first time.
|
|
|