
19/01/2011, 16:02
|
| | Fecha de Ingreso: noviembre-2010
Mensajes: 4
Antigüedad: 14 años, 5 meses Puntos: 0 | |
Respuesta: alguien podria decirme porqe no funciona esto? Intenta con esto:
For gv As Integer = 0 To GViewDatos.Rows.Count - 1
If gv = 0 Then
obj = " ' " + obj + " ' "
Else
obj = obj + ", ' " + GViewDatos.Rows(gv).Cells(1).Value + " ' "
End If
Next |