E
Ed Bick
I know how to do this stuff so easily in VB6.........
3 questions.
I have loaded a grid by binding it to a dataset. All is well with that.
1) How do I retrieve the value of a column when a user clicks on a row? I
use a Sheriden grid in VB6 and would do something like:
MyString = MyGrid.Columns(n).Text
2) Some of the columns I'm pulling are datetime columns that have not been
set yet. I am getting (null) in the column. How do I prevent that and just
display nothing?
3) I have a column that is a bit field. Before I applied any formatting,
the column came back as a greyed checkbox. The value at the time was
(null). Now, with formatting and values, I'm getting True or False. I want
a checked or unchecked checkbox. How do I do that?
Thanks in advance.
3 questions.
I have loaded a grid by binding it to a dataset. All is well with that.
1) How do I retrieve the value of a column when a user clicks on a row? I
use a Sheriden grid in VB6 and would do something like:
MyString = MyGrid.Columns(n).Text
2) Some of the columns I'm pulling are datetime columns that have not been
set yet. I am getting (null) in the column. How do I prevent that and just
display nothing?
3) I have a column that is a bit field. Before I applied any formatting,
the column came back as a greyed checkbox. The value at the time was
(null). Now, with formatting and values, I'm getting True or False. I want
a checked or unchecked checkbox. How do I do that?
Thanks in advance.