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: form problem

Re: form problem

From: Martin Meadows <mmeadows_at_indy.net>
Date: Tue, 26 May 1998 21:42:36 -0500
Message-ID: <356B7D9C.5DB2@indy.net>


Thanks to a couple of responses I now believe I need to do the following:

I think I need to force a requery on screen 1. I know the following works if I do it manually.
Clear Record
Enter Query
<enter fields>
Execute Query

I would like to be able to do the above 3 commands programmatically. I know Clear_Record; works fine.
I also know that if I use Enter_Query; it sits & waits on input. I don't want to force the operator to re-enter data. I want to get into query mode & then Execute_Query; but I don't know how to make this happen in pl/sql. Can you tell me how this is done?

Thanks again,
Martin Meadows Received on Tue May 26 1998 - 21:42:36 CDT

Original text of this message

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