‎2008 Oct 03 6:53 AM
hii
i wanted to confirm whether if we do
v_total = v_total + kwer(quantity)
note the v_total is a char and kwer is qty this will cause a high risk of dump??
‎2008 Oct 03 6:55 AM
‎2008 Oct 03 6:55 AM
‎2008 Oct 03 6:57 AM
i did try and it work find when i executed the prog .
But when i put a breakpoint sometimes i get dump sometimes not
‎2008 Oct 03 7:02 AM
Hi,
I guess you might be getting an dump when there is a comma in the value ie 1,000 will result in a dump saying unable to recognise it as a number.
K.Kiran.
‎2008 Oct 03 7:09 AM
>
> i did try and it work find when i executed the prog .
>
>
> But when i put a breakpoint sometimes i get dump sometimes not
Sometimes it works cause only when v_total is initial.else Dump.
‎2008 Oct 03 6:56 AM
Hi
declare any local varibal of char data type them move quantity field to this local variable then you do sum.
regards
venkat
‎2008 Oct 03 7:11 AM