Hi,
I am trying to loop through my purchase lines and want to add up the values in a field called Received Not Invoiced and put that figure into a variable called RecNotInv.
IF PurchaseLine.FINDSET THEN REPEAT ReceivedNotInvoiced UNTIL PurchaseLine.NEXT = 0; MESSAGE('My Received Not Invoiced Amount is %1.',ReceivedNotInvoiced.COUNT);
Thanks!
*This post is locked for comments