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: Help required on managing 'Enter-Query' from Tool-Bar Block

Re: Help required on managing 'Enter-Query' from Tool-Bar Block

From: Kenny Gump <kgump_at_mylanlabs.com.nospam>
Date: Thu, 24 Jun 1999 15:56:17 -0400
Message-ID: <37728d7e.0@news.mountain.net>


Sounds like you need to set the Button Properties "Navigatable" and "Mouse Navigate" to False. The buttons will still work but the Form won't try to navigate to them when you press them.

Kenny Gump

ziauddin_at_my-deja.com wrote in message <7ktjgs$93s$1_at_nnrp1.deja.com>...
>Hi All,
>
>I am using Forms 32 bit 5.0.6.8.0 [Production] version.
>My problem is,
>I have two blocks (Data Block and a Toolbar Block) on my form .
>
>From my toolbar, I want to switch into ENTER_QUERY Mode, The code for
>When_Button_Pressed is
>
>BEGIN
> Change_Query_Mode; /*Simply enable/disable some buttons on toolbar*/
> GO_Block('DATA_BLOCK');
> ENTER_QUERY;
>END;
>
>After the execution of above trigger, The block is in Query Mode, but
>now my toolbar stops working, i.e When I click Execute_Query Button, it
>doesn't fire the When_Button_Pressed trigger.
>
>I know that One cann't change the block in QUERY_MODE, but this is my
>requirement that User may be able to Execute the query after pressing
>the button on my toolbar.
>
>Can somebody suggest the programatic solution for this ??
>Thanks.
>
>
>Zia-ud-Din
>tozia_at_hotmail.com
>sqb02_at_hotmail.com
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
Received on Thu Jun 24 1999 - 14:56:17 CDT

Original text of this message

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