‎2007 Jan 20 9:09 PM
Hi,
I have problems with sum command. Not all the numeric fields are being added. Im using sum inside "AT THE END OF FIELD1" statement, and it seems to work with FIELD1, but when I change it to "AT THE END OF FIELD2" not all the numeric fields are added.
Any ideas guys?
Thanks in advance.
Kennny
‎2007 Jan 21 2:31 AM
Maybe you can use the <b>ON CHANGE</b> command -:)
Greetings,
Blag.
‎2007 Jan 21 2:31 AM
Maybe you can use the <b>ON CHANGE</b> command -:)
Greetings,
Blag.
‎2007 Jan 21 2:40 AM
Hey Kenny,
Go for the Event OnChange.
l
Loop at <Internal Table>.
ON CHANGE OF dobj
<Sum the contents>
ENDON.
Endloop.