Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/04/2006, 12:19
Avatar de vbx3m
vbx3m
 
Fecha de Ingreso: febrero-2005
Ubicación: Venezuela
Mensajes: 524
Antigüedad: 20 años, 3 meses
Puntos: 1
Prueba así:
Código:
Dim fila As Integer
Private Sub MSHFlexGrid1_Click()
fila = MSHFlexGrid1.Row
End Sub
Private Sub Command1_Click()
MSHFlexGrid1.RemoveItem (fila)
End Sub
__________________
ホルヘ・ラファエル・マルティネス・レオン