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
Professional Software Development Tools
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...
(Click here to contact me)
Providing Independent Professional Consulting Services for
IndigoRose products, World Wide.
Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)
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
Try the attached -- I've run out of free time to write your code for you...
Good luck!
-josh
(Click here to contact me)
Providing Independent Professional Consulting Services for
IndigoRose products, World Wide.
Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)
That what I was looking for - Thanks for your time and help!