Re: Display first records in a block

From: Stefan Rudolph-Klindtwort <StefanRudolph-Klindtwort_at_t-online.de>
Date: Thu, 14 Dec 2000 01:17:55 +0100
Message-ID: <9193go$eh4$07$1_at_news.t-online.com>


Hello,

it's quiet simple, if you see the solution :

Add FIRST_RECORD; after END LOOP; and the first 4 record's will appear...

Greetinx

<djsnyder_at_my-deja.com> schrieb im Newsbeitrag news:918rae$bug$1_at_nnrp1.deja.com...
> I have a non-database data block defined in a form, to which I add
> records with the following scheme:
> FIRST_RECORD;
> LOOP
> CREATE_RECORD;
> set the values;
> END LOOP;
>
> The number of records displayed property is set to 4. After I have
> added the number of records I need, I want to have the first 4 records
> added show up in the block. However, the last 4 records are the ones
> that appear. I've tried using FIRST_RECORD and SYNCHRONIZE after
> adding all of the records, but that doesn't seem to work. How can I
> programmatically force the first records to appear on the screen?
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Thu Dec 14 2000 - 01:17:55 CET

Original text of this message