Results 1 to 2 of 2

Thread: *** Resolved ***Datagrid display settings

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Location
    Canada
    Posts
    35

    *** Resolved ***Datagrid display settings

    Hopefully this is an easy question for somebody.

    I have created a Database interface (I'm using VB6), with an ADODC connection to an Access Database and am viewing the information using a Datagrid. The idea is that one of the fields be a check box so the user can identify which fields are to be deleted.

    The database is structured so that there is a "Deleted" field and is set to be displayed as Checkbox in Access. The Datagrid is also set to Checkbox but it will not honor/display as a Checkbox.

    The notes on the Datagrid Property Page say "This format allows a checkbox to be set properly when bound to a boolean column.". The column that it is bound to in Access has a data type of "Yes/No" (There is no actual boolean option).

    Any suggestions?

    Thanks in advance for any help.

    JD
    Last edited by that_jay_guy; Sep 18th, 2002 at 12:48 PM.

  2. #2
    Fanatic Member
    Join Date
    Aug 2001
    Location
    Connecticut
    Posts
    855
    MS Lied!!!

    Flexgrids have a workaround implementing a cellpicture property to toggle checked/unchecked bitmaps into the cell upon clicking.

    As for datagrids, a possible alternative is to implement a combo box (a combination of a column Buton property and invisible listbox) yes/no selection effect.
    VB 6.0, Access, Sql server, Asp

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