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: NAVIGATION BUTTONS?

Re: NAVIGATION BUTTONS?

From: Patrick Beyltjens <Patrick.Beyltjens_at_ping.be>
Date: 1997/09/21
Message-ID: <3424DC3C.6B95@ping.be>#1/1

Virginia K. Leung wrote:
>
> Hi,
>
> I am currently designing a form in FORM 4.5 with some NAVIGATION buttons on it.However, I have some problems arise regarding with this issue.
> I created FIRST, NEXT, PREVIOUS, and LAST buttons that are for my users to browse through the records by clicking the button. But I would like to enhance some enabled buttons issue.
> For example, when I click the LAST button, I would like the system know that I am in the last record and the system will right away disable NEXT button for preventing users to click. Also, the PREVIOUS button will be set to focus by the system. How do I do that? In what triggers? The trigger should be under which button/object/form?
>
> Please help. Your help is greatly appreciated! Thank you!
>
> Virginia

Hi,

In the trigger where you go to " the last record " you put something like

item_id := FIND_ITEM(the_name_of_the_item); set_item_property(item_id,ENABLED,PROPERTY_FALSE);

Patrick Received on Sun Sep 21 1997 - 00:00:00 CDT

Original text of this message

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