Re: ENTER-QUERY mode and changing forms...HELP please

From: arvind <arvind_at_mciworld.com>
Date: Fri, 15 Oct 1999 02:22:51 GMT
Message-ID: <%dwN3.7952$Bf6.174884_at_pm02news>


Hi

In the code fro menu
use

If :SYSTEM.Mode = 'ENTER-QUERY' Then
  Exit_Form;
End If;
Call_Form("FormNAme", ...

This should work

HTH
Arvind Balaraman
Jim West wrote in message ...
>Howdy all,
>
> Ok, here's the situation.
>
> My app is running and I have a form up in ENTER-QUERY mode.
>
> I then wish to go to another form via my menu.
>
> This can be accomplished if I first hit CTRL-Q to exit ENTER-QUERY
>mode and then select the new form from the menu.
>
> Is is possible to do this programmatically? If FormA is in
>ENTER-QUERY mode and I select FormB form the menu, I want FormA to go
>away and FormB to pop up without generating any errors.
>
> Where would this magic occur? In the menu? In the "going-from"
>form? In the "going-to" form?
>
> Thanx!!
>
>
Received on Fri Oct 15 1999 - 04:22:51 CEST

Original text of this message