Ver Mensaje Individual
  #5 (permalink)  
Antiguo 31/05/2005, 09:37
DK_
 
Fecha de Ingreso: mayo-2005
Mensajes: 2
Antigüedad: 19 años, 8 meses
Puntos: 0
Puede ser!!!!

prueba esto:

if rs.recordcount=0 then
intCantidad = 0
else
If IsNull(rsProducto!Cantidad) = True Then
intCantidad = 0
Else
intCantidad = rsProducto!Cantidad
End If
End if