Home » Developer & Programmer » Forms » New window pop up after save (10g)
New window pop up after save [message #667436] Thu, 28 December 2017 01:08 Go to next message
AJ0436
Messages: 1
Registered: December 2017
Junior Member
Hi all,

could you please let me know which is the trigger that is called after key_commit as i am mfacing some issue after key commit but dont know from which trigger it is thrown.
Re: New window pop up after save [message #667437 is a reply to message #667436] Thu, 28 December 2017 01:46 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Well, you probably shouldn't use KEY-COMMIT at all as it can be surpassed (for example, if user tries to exit form, Forms will ask him whether he wants to save changes. If he says "Yes", changes will be saved, but KEY-COMMIT won't fire). See a nice discussion here.

As of your question: who knows? You should run a form in debug mode - put a breakpoint into KEY-COMMIT and follow form's execution, step-by-step. You'll see what triggers fire after the breakpoint.

Also, if you share what "issue" you face, someone might be able to assist somewhat better.
Re: New window pop up after save [message #667512 is a reply to message #667436] Wed, 03 January 2018 05:13 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
Share the error
Re: New window pop up after save [message #667528 is a reply to message #667512] Thu, 04 January 2018 03:44 Go to previous message
cookiemonster
Messages: 13917
Registered: September 2008
Location: Rainy Manchester
Senior Member
All the triggers that can fire as part of save processing can fire after key-commit. e.g.
when-validate-item/record
pre/post-insert/update/date
Previous Topic: FRM-41079: Error adding Group column
Next Topic: Generate XML from Report Builder RDF file
Goto Forum:
  


Current Time: Fri Mar 29 07:03:16 CDT 2024