View Full Version : Address Help!
abnrange
10-23-2008, 08:21 AM
Attached is a poject that I'm trying to change to to allow saving unique txt files and populating them into a combox which, then would load into a web object and load the address info from the unique txt file.
ANy help would be great - Thanks
jassing
10-23-2008, 08:36 AM
Attached is a poject that I'm trying to change to to allow saving unique txt files and populating them into a combox which, then would load into a web object and load the address info from the unique txt file.
ANy help would be great - Thanks
you'll want to use a random/unique filename, not one based on teh address - for one thing; the address can contain cr/lf pairs which won't work for a filename. You can't use part of the address, as there could be:
123 main street, mycity and 123 main street, yourcity
So a random / unqiue name is a better way to go.
In your "map it" you don't populate the table your trying to use.
In your other thread; I showed you how to correctly populate the combo box & edit box...
abnrange
10-23-2008, 08:43 AM
You lost me!
If It randomly create a unique name (that populates in the combobox) How would I know which is the one I want. I have 18 Schools and would like to have them listed with the option to add more or delete.
Not sure If I'm confusing you with what I would like to do...
Thanks
jassing
10-23-2008, 09:10 AM
Try the attached -- I've run out of free time to write your code for you...
Good luck!
-josh
abnrange
10-23-2008, 09:30 AM
That what I was looking for - Thanks for your time and help!
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.