Revision: 53395
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 22, 2011 03:52 by javageget
Initial Code
Private Sub DeleteRow(ByVal RowNumber As Integer)
daLot.Fill(dsLot)
dsLot.LOT.Rows.Find(lsvLot.SelectedItems.Item(RowNumber).Text).Delete()
daLot.Update(dsLot)
End Sub
Initial URL
Initial Description
Initial Title
delete using vb+access
Initial Tags
Initial Language
VB.NET