b4 i was using Datagrid and everything works fine.. my code..
With cmdRST
Set .ActiveConnection = cn
.CommandText = "sp_SP01"
.CommandType = adCmdStoredProc
End With
rst.Open cmdRST, , adOpenStatic, adLockOptimistic
Set DataGrid1.DataSource = rst
DataGrid1.Refresh
i change my Datagrid to TrueDBGrid and nothing appears in
the grid? is there anything else i need to do..
Thanks
