Pls. Help Datagrid with checkboxes in VB 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Benniit
    New Member
    • May 2008
    • 54

    #1

    Pls. Help Datagrid with checkboxes in VB 6.0

    Please, I've been struggling to use a datagrid control to display records with check Boxes in VB 6.0 which I could not, and has been come a headache for me.

    Can any kind person/Guru help me solve this problem. For God's sake. I've been going from site to site, but helplessly unattended to.

    Please help me solve it.



    Thank you, and hope 2 hear from you soon

    Ben
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Originally posted by Benniit
    Please, I've been struggling to use a datagrid control to display records with check Boxes in VB 6.0 which I could not, and has been come a headache for me.

    Can any kind person/Guru help me solve this problem. For God's sake. I've been going from site to site, but helplessly unattended to.

    Please help me solve it.



    Thank you, and hope 2 hear from you soon

    Ben
    What do you mean to display records with check boxes?

    Do you mean you want to display the check box in the row as a data entry field? Or display the database value of that column as a checkbox?

    What problems specifically are you having? Are you getting errors?

    Records with checkboxes..... ..does that mean your database is an Access database with a Yes\No datatype that you need to display? That is a boolean data type that requires a check on the True or False value to determine what your checkbox should display.

    Bottom line I guess is I need more information about the specific problem your having.

    Comment

    • Benniit
      New Member
      • May 2008
      • 54

      #3
      Originally posted by jeffstl
      What do you mean to display records with check boxes?

      Do you mean you want to display the check box in the row as a data entry field? Or display the database value of that column as a checkbox?

      What problems specifically are you having? Are you getting errors?

      Records with checkboxes..... ..does that mean your database is an Access database with a Yes\No datatype that you need to display? That is a boolean data type that requires a check on the True or False value to determine what your checkbox should display.

      Bottom line I guess is I need more information about the specific problem your having.

      Thanx for ur concern. My problem is, i use sql 2000 server, and i'm able to display records on the datagrid. Now, I want each row should have a checkbox so that a user can check the selected checkboxes and with the help of a command button, the checked rows should be saved.

      Pls, help me out, ok?
      Thanx in advance

      ben

      Comment

      Working...