Home » Developer & Programmer » Forms » Enter-Query problem!!!
Enter-Query problem!!! [message #80189] Wed, 21 August 2002 06:24 Go to next message
Qavi
Messages: 24
Registered: August 2002
Junior Member
hello Friends,

I have a query how to cancel the "Enter-Query" mode with in the form..... i have a form with toolbar where in 1 of the button is VIEW which will take to another block with "Enter-Query" mode,it works fine...now the problem is if i dont want to execute the query and wants to return to ADD mode then its now necessary for me to execute the query as its in ENTER-QUERY mode ,i want to know how to cancel the this mode and return to ADD screen with normal mode ....thx in advance all are appretiated
Rgds
Qavi
Re: Enter-Query problem!!! [message #80191 is a reply to message #80189] Wed, 21 August 2002 07:09 Go to previous message
ram kumar
Messages: 113
Registered: August 2002
Senior Member
hi,
try writing code in a button

if :system.mode='ENTER-QUERY' THEN
EXIT_FORM;
END IF;
this code takes you to add mode..
regards
ram
Previous Topic: picture in a table...
Next Topic: Saving changes post-item
Goto Forum:
  


Current Time: Fri Apr 26 13:07:09 CDT 2024