Results 1 to 1 of 1

Thread: True DBGrid Help (New on This) *unresolved*

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Location
    Philippines
    Posts
    75

    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.
    tazzzman2001
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width