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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Disable Button (URGENT!!!!)

Re: Disable Button (URGENT!!!!)

From: Paul Q <paulq_at_home.com>
Date: Sun, 03 Oct 1999 02:51:35 GMT
Message-ID: <XwzJ3.6866$48.135584@news2.rdc1.on.home.com>


In a when-new-record-instance trigger..  Check for the value in your field..
   if its what you want then set_menu_item_property  item,enabled,property_false);

bety_o wrote in message <09920fb9.15c5f279_at_usw-ex0101-007.remarq.com>...
>HI!!
> I'm want to disable the Menu buttons (delete_record & create_record)
>on the Toolbar depending on the value of a field...
> My table contains a field that is called "Authorized" , so if this
>field is 'true' i have to disable the DELETE_RECORD and CREATE_RECORD..
>
>Any suggestions?? Thank you very much for your help!
>
>
>
>* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
>The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Sat Oct 02 1999 - 21:51:35 CDT

Original text of this message

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