Simple BPM Question

Use the ACCUMULATE function. The following amazing 4gl code sample should do
the trick.

FOR EACH PODtl WHERE PODtl.Number12 <> 0.
ACCUMULATE PODtl.Number12 TOTAL.
END.
DISPLAY (ACCUM TOTAL PODtl.Number12).

On Thu, May 19, 2011 at 12:04 PM, Anitha <anithayedavalli@...> wrote:

>
>
> HI All,
> I have a value stored in PODetail.Number 12 I need to write a BPM to sum up
> all values in number12.I tried doing it but it displays 0.00.
>
> Can anyone guide me how to do this?
>
> Thanks.
>
>
>


[Non-text portions of this message have been removed]
In order entry I have drop ship(checkbox) on release tab.The requirement is that all releases have to be drop ship or non-dropship.If there is mix I have to show a messsage when the order is saved that "all releases are not dropship/non-dropship"
Can anyone send me ABL/.Net Code for this?
HI All,
I have a value stored in PODetail.Number 12 I need to write a BPM to sum up all values in number12.I tried doing it but it displays 0.00.

Can anyone guide me how to do this?


Thanks.