Home » Developer & Programmer » Forms » Need to Quit the Entire Forms Application when I Exit A Particular Form. (Developer 6i)
Need to Quit the Entire Forms Application when I Exit A Particular Form. [message #318079] Mon, 05 May 2008 09:17 Go to next message
dhar
Messages: 9
Registered: February 2008
Junior Member
Hi,

I've built a forms application in Forms 6i. A parent (main) form exists. Access to other forms are set in a hierarchy.ie form A ---> form B ---> form C ---> form D. I would like to close(quit) the entire application after exiting Form D, that is, I do not want to return to the previous forms (C-->B-->A) before exiting.

I've examined CLOSE_FORM and EXIT_FORM but I believe these are not suitable. Is this a situation in which I MUST quit the Forms Runtime programmatically? I would prefer to do this by using Forms/PLSQL....or any other method.....Is it possible to do this in Forms 6i ? I would appreciate any suggestions on how to acheive this.....Thanks alot..
Re: Need to Quit the Entire Forms Application when I Exit A Particular Form. [message #318436 is a reply to message #318079] Tue, 06 May 2008 19:22 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
There is a big difference between "I do not want to return to the previous forms (C-->B-->A) before exiting" and the users not having to exit each form manually. If you were to 'exit right out NOW' you would have major memory and database clean-up issues. You need to make it LOOK like you have done just that but let the Oracle environments clean up behind itselves.

Look at the WHOLE threads pointed to by http://www.orafaq.com/forum/m/250048/67467/?srch=exit_form+global#msg_250048 and http://www.orafaq.com/forum/m/315018/67467/?srch=when-form-navigate#msg_315018

David
Previous Topic: icon with label on the button is possible?
Next Topic: report_object_status
Goto Forum:
  


Current Time: Sun Feb 09 23:03:16 CST 2025