|
-
March 20th, 2001, 03:35 AM
#1
Datagrid - checkbox
I have displayed a datagrid linked to an Access-table. The Access-table contains a yes/no field. The link between the Access-table and the datagrid is all right, except for the boolean or yes/no field, because in the datagrid, only the value of this boolean field is shown (0 or 1), and I would like to see the checkbox instead.
Is there any possibility to show a checkbox in the datagrid in runtime ?
-
March 20th, 2001, 08:02 AM
#2
Re: Datagrid - checkbox
try this
column (grid.columns(index).style = ssStyleCheckBox
Iouri Boutchkine
[email protected]
-
March 27th, 2001, 06:41 AM
#3
Re: Datagrid - checkbox
Thanx for your reply !
Tried everything, but can't find the solution. Your suggestion "ssStyleCheckbox" is not a code applicable to VB 6.0.
You have any suggestions for VB 6.0 ??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|