DB Grid – selecting a row on a grid
Visual Basic 17 julio 2007
‘ if user clicks on a cell, highlight the whole row
Private Sub dbg_results_RowColChange(LastRow As Variant, ByVal LastCol As Integer)
dbg_results.SelBookmarks.Add dbg_results.RowBookmark(dbg_results.Row)
End Sub
Vota este artículo:
Posts anterior y posterior:
Posts Relacionados:
- Previo: « DB Grid – setting a cell value (and updating DB)
- Siguiente: DB Grid – getting values out of selected row(s) on a grid »


Comentarios Recientes