|
-
Dec 11th, 2003, 03:04 AM
#1
Thread Starter
Lively Member
True DBGrid Help (New on This) *unresolved*
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
Last edited by tazzzman; Dec 11th, 2003 at 09:33 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|