Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/03/2013, 16:02
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 15 años, 8 meses
Puntos: 188
Respuesta: problema con funcion double a string

creo que te has hecho un lío con las conversiones:

(String)ModeloDetalleVenta.getValueAt(iVentas,7) debe estar fallando porque getValueAt ya devuelve Double, y tú lo estás intentando castear a String.
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}