read mv field like below in you routine.Hope this will help

MAX.I   = DCOUNT(R.RECORD,VM)
        FOR I = 1 TO MAX.I
            EVENT.DATE = R.RECORD<LD.SL.EVENT.DATE,I>
            INT.AMOUNT = R.RECORD<LD.SL.INT.AMOUNT,I>
            IF EVENT.DATE LE TODAY THEN
                Y.INT += INT.AMOUNT
            END
        NEXT I

-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to