current record

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jose

    #1

    current record

    How obtain the current record ? this is my code:

    Dim fila As DataRow

    Dim llaveprimaria(0 ) As DataColumn

    llaveprimaria(0 ) = dasedo.Tables(" tabest").Column s("codigo")

    dasedo.Tables(" tabest").Primar yKey() = llaveprimaria

    fila = dasedo.Tables(" tabest").Rows.F ind(c_idfind)

    Me.BindingConte xt(dasedo, "tabest").Posit ion = 1 (bad code line help me
    please)



Working...