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: Re - Executing the last user defined query in a form?

Re: Re - Executing the last user defined query in a form?

From: TurkBear <johng_at_mm.com>
Date: Tue, 14 Jul 1998 14:35:26 GMT
Message-ID: <35ab6c23.2981156@news2.mm.com>


reichmanm_at_removethis.rl.af.mil. (Mark S. Reichman) wrote:

>How would a programmer re-execute the last query performed
>in a SQL 3.0 form by a user with code. I know if you
>press the keys.. [Enter Query] [Enter Query] [Execute Query] in
>a form the last user defined query will re-execute. However,
>when the previous is put into a trigger it hangs on the first
>[Enter Query] waiting for the user to type something into a field..
>
>Sooo... Any solid Ideas would win you a cookie.. Thanks...
>

The last query executed by an Oracle Form is stored in a variable named :system.last_query

Hope it helps, Received on Tue Jul 14 1998 - 09:35:26 CDT

Original text of this message

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