Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bit field representation
Message
From
04/10/2006 09:41:34
Takashi Koyama
National Indemnity Company
Omaha, Nebraska, United States
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Bit field representation
Miscellaneous
Thread ID:
01159326
Message ID:
01159326
Views:
55
In my application, when I applied DataGridTableStyle to the dataGrid
a bit field returned the value as (true/false.)
Before applying DataGridTableStyle, the bit field showed as a check mark.
I'd like to present the bit field as a check mark again even though applying DataGridTableStyle to the dataGrid.

I suspect Format function has a key to solve this.

I tried the following,

dgColumn = New DataGridTextBoxColumn
dgColumn.Format = "d"

But this didn't work. If anyone knows how to format a bit field as check mark, please let me know.

**********************************************************************
I've found the solution to this myself.
I added DataGridTextBoxColumn but after change this to DataGridBoolColumn,
it worked fine. So if anyone looked at this issue, I thank you for the effort.
Reply
Map
View

Click here to load this message in the networking platform