Forms 4.5 : Problem with Query
From: Amit Sharma <amit_at_pnge.psu.edu>
Date: 1997/10/08
Message-ID: <343B9C22.B6BD4DEA_at_pnge.psu.edu>#1/1
Date: 1997/10/08
Message-ID: <343B9C22.B6BD4DEA_at_pnge.psu.edu>#1/1
Hi all,
This is surely going to be a easy question for you all. I have
developed an application
using forms 4.5 and have created couple of of my own buttons ( like
query, clear,
save etc).
The problem is that the trigger for Query does'nt work properly. The
trigger
is simple
if :system.mode = 'NORMAL' then
enter_query;
Else
execute_query;
end if;
At run time when you press query button it comes to the enter query mode
but
when you press it again to execute a query it does'nt work.
Please let me know the solution to this.
2.) Is there any way that you can create your own button which cancels
a
query. I tried but did not succeed.
Any help is appreciated ....
Thank you.
Amit Received on Wed Oct 08 1997 - 00:00:00 CEST
