Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: code for going to first record
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
![]() |
![]() |