D
Duncan
I'm trying to display a string in a datagrid control and
can't workout how to do it. In VB6 i used a MSFlexGrid
ctrl.
flxProjNum.TextMatrix(1, 0) = "HELLO"
It seems the the datagrid control is supposed to be bound
to a datasource and display that.
Is there a way to do what i did in VB6? I am using an
Informix database with openlink ODBC drivers(so no data
adapters and sql server answers please!
Thanks
Duncan
can't workout how to do it. In VB6 i used a MSFlexGrid
ctrl.
flxProjNum.TextMatrix(1, 0) = "HELLO"
It seems the the datagrid control is supposed to be bound
to a datasource and display that.
Is there a way to do what i did in VB6? I am using an
Informix database with openlink ODBC drivers(so no data
adapters and sql server answers please!
Thanks
Duncan