Ayuda
Publicado por Edwin michael (1 intervención) el 01/02/2011 23:50:51
tengo un problema quiero imprimir estos datos dentro de un reporte con codigo java pero dice que mi campo no existe o es desconocido podrian ayudarme
var strTipomov="";
if(Rs.getInt("GS_TIPOMOV")==(1){
strTipomov="DEV";
dblMov1+=Rs.getDouble("MC_ABONO");
}else{
if (Rs.getInt("GS_TIPOMOV")==(2){
strTipomov="ALTA";
dblMov2+=Rs.getDouble("MC_ABONO");
}
}else{
if (Rs.getInt("GS_TIPOMOV")==(3){
strTipomov="DEP";
dblMov3+=Rs.getDouble("MC_ABONO");
}
}
var strTipomov="";
if(Rs.getInt("GS_TIPOMOV")==(1){
strTipomov="DEV";
dblMov1+=Rs.getDouble("MC_ABONO");
}else{
if (Rs.getInt("GS_TIPOMOV")==(2){
strTipomov="ALTA";
dblMov2+=Rs.getDouble("MC_ABONO");
}
}else{
if (Rs.getInt("GS_TIPOMOV")==(3){
strTipomov="DEP";
dblMov3+=Rs.getDouble("MC_ABONO");
}
}
Valora esta pregunta


0