+ Reply to Thread
Results 1 to 2 of 2

CAN ANYONE PLEASE HELP ME????

  1. #1
    BLW
    Guest

    CAN ANYONE PLEASE HELP ME????

    i am working on a project where i am making a pricebook program. the user
    will have many products to choose from and these products will be separated
    into different categories. i need to be able to put the appropriate products
    in a category into a listbox. the user will then be able to select the first
    product they need, at which time the information for that product will appear
    on the next line in 2 or 3 columns. after the user has selected all of the
    products from that category that they need, they should be able to go down to
    the next category and use the listbox for that category to do the exact same
    thing and so on. the finished product of the pricebook after it is used
    should look something like this:

    product description quantity unit price
    cost
    clothing: shirt 3
    $4.00 $12.00
    hat 1
    $10.00 $10.00
    sock 2
    $1.50 $3.00
    home: hammer 2 $3.50
    $7.00
    ladder 1
    $20.50 $20.50
    fun: video game 2 $5.00
    $10.00
    water gun 3 $.50
    $1.50
    tv 1
    $50.00 $50.00

    TOTAL: $104.00

    It is important to note that these are only the products that this
    particular user wanted. There are many other options that this user decided
    not to get, and hence, they do not show up. Thank you for any help that you
    may be able to give.

  2. #2
    BLW
    Guest

    RE: CAN ANYONE PLEASE HELP ME????

    that graph didn't come out so good. this should be a little better:
    product |quantity|unit price|cost
    clothing: shirt 3 $4.00 $12.00
    hat 1 $10.00 $10.00
    sock 2 $1.50 $3.00
    home: hammer 2 $3.50 $7.00
    ladder 1 $20.50 $20.50
    fun: video game 2 $5.00 $10.00
    water gun 3 $.50 $1.50
    tv 1 $50.00 $50.00
    TOTAL: $104.00

    "BLW" wrote:

    > i am working on a project where i am making a pricebook program. the user
    > will have many products to choose from and these products will be separated
    > into different categories. i need to be able to put the appropriate products
    > in a category into a listbox. the user will then be able to select the first
    > product they need, at which time the information for that product will appear
    > on the next line in 2 or 3 columns. after the user has selected all of the
    > products from that category that they need, they should be able to go down to
    > the next category and use the listbox for that category to do the exact same
    > thing and so on. the finished product of the pricebook after it is used
    > should look something like this:
    >
    > product description quantity unit price
    > cost
    > clothing: shirt 3
    > $4.00 $12.00
    > hat 1
    > $10.00 $10.00
    > sock 2
    > $1.50 $3.00
    > home: hammer 2 $3.50
    > $7.00
    > ladder 1
    > $20.50 $20.50
    > fun: video game 2 $5.00
    > $10.00
    > water gun 3 $.50
    > $1.50
    > tv 1
    > $50.00 $50.00
    >
    > TOTAL: $104.00
    >
    > It is important to note that these are only the products that this
    > particular user wanted. There are many other options that this user decided
    > not to get, and hence, they do not show up. Thank you for any help that you
    > may be able to give.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1