Re: form5 text-item -value

From: Mike Dwyer <dwyermj_at_co,larimer.co.us>
Date: Thu, 28 Sep 2000 09:26:04 -0600
Message-ID: <FvJA5.32$RE.3350_at_wdc-read-01.qwest.net>


This is off the top of the head. You may have to change some function names or syntax, but the concept should work. The key, though, is that you keep the 20 text items together in the block, and that their Next Navigation Item properties don't point you outside the sequence.

go_item( 't1');
while :system.current_item <> 't20' loop copy('1',:system.current_item);
next_item;
end_loop;

"peter" <misybh_at_tpts7.seed.net.tw> wrote in message news:8qu7vf$h7p_at_netnews.hinet.net...
> hi..
> I have 20 text-items..... t1,t2,t3,t4,t4,t5....t20
> what I want is to set these text-items values
> eg:
> t1:=1;
> t2:=2;
> t3:=3;
> t4:=4;
> how to use a loop to do that???????
>
>
Received on Thu Sep 28 2000 - 17:26:04 CEST

Original text of this message