Re: Forms 4.5 - referencing items in a block

From: Gerd Volberg <Gerd_Volberg_at_msn.com>
Date: 1997/02/22
Message-ID: <01bc2144$c45aa9a0$084fafc2_at_gerd>#1/1


To my answer, James wrote :




Wrong. Use FIRST_RECORD. LAST_RECORD, NEXT_RECORD etc... RTFM !!!!
-- 
Regards,
  James R. Hedman
  http://www.csra.net/lrand/

----------------------------------------------------------------------------
--------------------------------
This is to 50% right. But when you have between first-, next-, or last_record a synchronize, then the cursor sets to the new position. Referencing to an item, that isn´t in the actual record isn´t possible in a simple way. OK, James´ tip is a way to get the information, but it´s a non-performant way. Say, you have 1000 records. The cursor is on the 800th record. Then Forms must do one first_record and then 799 next_records. This will quite a while. This is for a fast-use to slow... Bye Gerd PS: What´s the meaning of "RTFM" ?
Received on Sat Feb 22 1997 - 00:00:00 CET

Original text of this message