Hello!
What is wrong this property?
I use Adodc1 and DataGrid1.
I try to do this by code.
Code:
Set DataGrid1.DataSource = Me.Adodc1
Me.DataGrid1.Columns(0).Caption = "Phone"
Me.DataGrid1.Columns(0).NumberFormat = "000 00 00"
Me.DataGrid1.Columns(0).DataField = "fld1"
But it is not working. Instead the caption property is set âfld1â.
The property NumberFormat is not shown correctly too.
Please help me.