Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/01/2012, 10:59
delgaillo
 
Fecha de Ingreso: abril-2010
Mensajes: 50
Antigüedad: 14 años, 1 mes
Puntos: 2
Respuesta: Flexgrid y Datagridview

No puedo castearlo, lo pongo así:

Dim strIntermedia As String
strIntermedia=DGVRecibidas.Rows[DGVRecibidas.CurrentRow.Index].Cells["Matricula"].Value.ToString();

Me dice que no se puede castear a string un valor del tipo datagridviewcollection. Tampoco se puede hacer la conversión a booleano.