Dim dr As DataRowDim txt As String = e.Form.Controls("ComboBox9").Textdr = DataTables("表a").Find("[编号] = '" & txt & "'")If dr IsNot Nothing Then Dim wz As Integer = Tables("表a").FindRow(dr) If wz >= 0 Then Tables("表a").Position = wz End IfEnd If