CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: database

  1. #1
    Join Date
    Oct 1999
    Location
    ks
    Posts
    524

    database

    to all:

    i have built a few small tables in an Access database. nothing spectacular execpt that when browsing under Access:

    1. some fields have datatype 'true/false' and appear as check boxes
    2. some text fields have short drop down lists of acceptable values

    i have a VC++ app that wishes to use these tables. However, using the standard data control/dbgrid control methodology seems to discontinue the functionality of the checkboxes (i only see the underlying 0/-1 values of the data) and the drop down lists (they no longer appear).

    How can i maintain these 2 capabilities? Equally acceptable would be a mechanism to open Access solely to edit the tables (i.e. no other demands on Access other than to maintain the check boxes and drop down lists) under the general control of the VC++ front end.

    any guidance greatly appreciated

    thanks - [email protected]





  2. #2
    Join Date
    Oct 1999
    Posts
    63

    Re: database

    I think the DBGrid doesn't support cell type of check boxes/ combo box. Better try to use some third party grid controls which support those features. (Farpoint Spread Control, Apex Tru Grid)




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

Featured