How to loop through records in a data block?
From: <suisum_at_ecn.ab.ca>
Date: 24 Apr 99 02:26:35 GMT
Message-ID: <37212bdb.0_at_ecn.ab.ca>
[Quoted] [Quoted] I need to loop through all records in a data block. What is the condition [Quoted] for the WHILE loop, please?
Date: 24 Apr 99 02:26:35 GMT
Message-ID: <37212bdb.0_at_ecn.ab.ca>
[Quoted] [Quoted] I need to loop through all records in a data block. What is the condition [Quoted] for the WHILE loop, please?
I have tried WHILE :SYSTEM.LAST_RECORD = 'FALSE' LOOP or WHILE :data_block.item IS NOT NULL LOOP
But no luck, please help.
-- Best regards,Received on Sat Apr 24 1999 - 04:26:35 CEST