Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/05/2011, 08:07
guillebomtrasmiti
 
Fecha de Ingreso: noviembre-2010
Ubicación: madrid
Mensajes: 478
Antigüedad: 13 años, 5 meses
Puntos: 5
Respuesta: cambio cantidad celda datagridview

así?¿?. super aqua no me sale

com.CommandText = "UPDATE IntroduccionDeVentasAhora SET Pts = @Pts where NombreFormaPago <> ('TARJETA CREDITO') and Fecha BETWEEN @FI AND @FF and CODIGO = @codigo"

com.Parameters.AddWithValue("@Pts", (DgTotales.CurrentCell.Value).ToString)
com.Parameters.AddWithValue("@codigo", (DgTotales.SelectedCells(0).Value.ToString))