Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: code for going to first record

Re: code for going to first record

From: Breno de Avellar Gomes <brenogomes_at_ieee.org>
Date: Fri, 06 Aug 1999 00:46:23 +0100
Message-ID: <37AA224F.BA267AD0@ieee.org>


If you are using Forms, you can use a push button with When-Button-Pressed trigger and following code

Begin
  Go_block('block_name');
  First_record;
End;

Other built-ins, like Previous_Record, Last_Record, Next_Record are available.

Note: it depends on the Order by.

ab2160_at_wayne.edu wrote:

> Would you tell me if I want to
> create a
> button to go to first record, can I use the Oracle built-in function(like
> 'up') or I have to write more code. What is the function or code?
>
> Appreciate in advance
>
> steven


Received on Thu Aug 05 1999 - 18:46:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US