
04/04/2006, 12:19
|
 | | | 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
__________________ ホルヘ・ラファエル・マルティネス・レオン |