|
-
Feb 5th, 2000, 03:55 AM
#1
I tried this code to place a check box at one column of the datagrid:
Set ColFormat = New StdDataFormat
ColFormat.Type = fmtCheckbox
Set DataGrid1.Columns(10).DataFormat = ColFormat
...but the checkbox isn't there, they're still boolean values, 0 or -1. Am I lacking something here?
Thanks...
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
|