Hey everybody, I was having a heck of a time getting this thing running. I downgraded to 1.1.1.0 not realizing that it wasn't working on anything above 1.1.0.0.
It looks like it's not setting the zip code properly somewhere around line 128
Line 70
PHP Code:
Download.Enabled = true
Replace xxxxx with your zip code obviously
PHP Code:
Function Module_OnGetText(UserString, InputString, Cancelled)
zipcodeLbl.Caption = "xxxxxx"
cityLbl.Caption = ""
latlonLbl.Caption = ""
One thing that might be improved upon is an update on the function that downloads the files. Adding in a FilesExists check would prevent the files from re-downloading. Maybe a checkbox that says to overwrite files or not. So after making the changes above I can't change the zip code used using the form...