Re: PL/SQL SYSTEM.MODE

From: Michael Kustermann <MKUSTERM_at_postoffice.worldnet.att.net>
Date: 1996/09/28
Message-ID: <324D883A.DC5_at_postoffice.worldnet.att.net>#1/1


David Turner wrote:
>
> I am trying for to get my form out of enter query mode. I have a form in
> which I go from one screen to another but sometimes I go to a screen that
> is already in enter query mode, but I want to go to another block without
> executing the query in that block. How do I get out of enter query mode???
>
> Thanks, David

if :system.mode = 'ENTER-QUERY' then
  exit_form;
end if;

MRK Received on Sat Sep 28 1996 - 00:00:00 CEST

Original text of this message