Click to See Complete Forum and Search --> : database


jim enright
October 26th, 1999, 03:32 PM
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 - jimenright@yahoo.com

senthil
October 26th, 1999, 04:30 PM
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)