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: Is there a trigger combination for this situation?

Re: Is there a trigger combination for this situation?

From: Alan Mills <Alan.Mills_at_nospamservices.fujitsu.com>
Date: Thu, 10 Oct 2002 11:44:01 +0100
Message-ID: <ao3llk$rif$1@news.icl.se>


Should be able to deal with this all from the original calling form. try somethign like

Call_Form('new_form');
Go_Item('block.item');

so that as soon as the called form returns the next statement to be executed is the go_item.

Don;t forget to think about transaction control though.

"Nick" <aroughguy_at_nsp.toughguy.net> wrote in message news:4tYo9.13700$Sr6.442713_at_ozemail.com.au...
> Hi
>
> In my main form I have 4 windows (main_window is 1 of them).
>
> From any of these 4 windows, users can navigate to other forms (and I want
> to hide only, NOT exiting main form when users leave it to go to other
> forms).
>
> Is there a way so that when users go back to the main form, they will
always
> see a certain window (for example main_window)?
>
> I tried several triggers but none meets my requirement.
>
> Pls help
> Thanks
> Nick
>
>
Received on Thu Oct 10 2002 - 05:44:01 CDT

Original text of this message

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