OT] Re: is there anyway to store the previous added lateExtraAmount

2007-06-06 Thread Dave Newton
--- prasad kumar <[EMAIL PROTECTED]> wrote: > String newLateExtraAmount = > new Double(Double.parseDouble(model.getAmount()) + lateExtraAmount).toString(). > > model.setAmount(String.valueOf(newLateExtraAmount)); Why do you do a String.valueOf on a String? > but the problem with th

Re: is there anyway to store the previous added lateExtraAmount

2007-06-06 Thread MK Tan
my problem is there anyway to store the previous added lateExtraAmount? so that i can add the previous added lateExtraAmount with Latest added lateExtraAmount.i will get the result properly if anybody knows please assist me i have been trying from the last two days... thanks,

is there anyway to store the previous added lateExtraAmount

2007-06-05 Thread prasad kumar
(newLateExtraAmount)); but the problem with the above code is whenever iam going to that screen the amount is incrementing. my problem is there anyway to store the previous added lateExtraAmount? so that i can add the previous added lateExtraAmount with Latest added lateExtraAmount.i will

is there anyway to store the previous added lateExtraAmount

2007-06-05 Thread prasad kumar
(newLateExtraAmount)); but the problem with the above code is whenever iam going to that screen the amount is incrementing. my problem is there anyway to store the previous added lateExtraAmount? so that i can add the previous added lateExtraAmount with Latest added lateExtraAmount.i will get

is there anyway to store the previous added lateExtraAmount?

2007-06-05 Thread prasad kumar
)); but the problem with the above code is whenever iam going to that screen the amount is incrementing. my problem is there anyway to store the previous added lateExtraAmount? so that i can add the previous added lateExtraAmount with Latest added lateExtraAmount.i will get the result properly

is there anyway to store the previous added lateExtraAmount?

2007-06-05 Thread prasad kumar
)); but the problem with the above code is whenever iam going to that screen the amount is incrementing. my problem is there anyway to store the previous added lateExtraAmount? so that i can add the previous added lateExtraAmount with Latest added lateExtraAmount.i will get the result