Results 1 to 5 of 5

Thread: check box problem ~~~~

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Posts
    108

    Unhappy check box problem ~~~~

    soli to ask a help again ~

    now i have one problem

    can anyone here help me
    the problem
    i want to add a check box as many as inside the database information

    example is i have 5 info store inside the database
    so when i click on display

    it got display 5 information and also 5 check box ~
    someone please tell me how to do ~


  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    HIi,

    Not quite sure what you are saying.

    Do you have one database table containing many records, each with 5 fields and you want to display all of those 5 fields (from one record) for the client to select one? If so, why do you need this - what are you going to do when the client has made his selection?

    You could have 5 labels databound to each field and place a check box level with each label. (You may be able to bind each checkbox to the fields with their text properties displaying the contents of the field but I am not sure)
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Posts
    108
    actually i want to loop all the info from my Accedd DB to VB.net

    after looping i can click the check box to confirm something ~

  4. #4
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Hi,

    Understood, but why do you want the user to be able to select the fields individually? You can use a combo or list box to view one of the fields in each record, to identify the record, and then update the record if you wish. What details do each field contain?
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Posts
    108
    oic ~
    i know wat u mean already ~
    thank you for ur help ~

Posting Permissions

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



Click Here to Expand Forum to Full Width