![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/03/2013, 16:02
|
![Avatar de Fuzzylog](http://static.forosdelweb.com/customavatars/avatar256248_1.gif) | | | Fecha de Ingreso: agosto-2008 Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 5 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;
} |