From: Ron Mantha <frenchy461@aol.com>
Subject: Re: Forms 4.5 How do you get the last record number without going to the Last Record ??
Date: 1996/10/31
Message-ID: <327922E4.3741@aol.com>#1/1
references: <01bbc684$81e87ae0$090364c8@David.erudite.com>
to: David Brenchley <dbrenchley@erudite.com>
content-type: text/plain; charset=us-ascii
organization: Johnson & Johnson
mime-version: 1.0
newsgroups: comp.databases.oracle
x-mailer: Mozilla 2.0 (Win16; I)



David Brenchley wrote:
> 
> Anybody please??
> I need to get the last record without firing the When-New-Record-Instance.
if (:system.last_record = TRUE) then
   null
else
   .........
end if;


