Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5

Thread: Address Help!

  1. #1
    Join Date
    Feb 2006
    Posts
    346

    Address Help!

    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
    Attached Files

  2. #2
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    Quote Originally Posted by abnrange View Post
    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)

  3. #3
    Join Date
    Feb 2006
    Posts
    346
    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

  4. #4
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    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)

  5. #5
    Join Date
    Feb 2006
    Posts
    346
    That what I was looking for - Thanks for your time and help!

Similar Threads

  1. Error When Building Setup Factory 7 Project
    By aduncan in forum Setup Factory 7.0
    Replies: 13
    Last Post: 07-17-2009, 12:14 PM
  2. Showing local ip address and other information
    By wasim21k in forum AutoPlay Media Studio 6.0
    Replies: 10
    Last Post: 10-15-2006, 11:45 PM
  3. Convert a url to ip address
    By sside in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 09-29-2005, 05:28 PM
  4. Parsing an IP address and manipulating it.....
    By mwreyf1 in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 08-27-2005, 07:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts