New window pop up after save [message #667436] |
Thu, 28 December 2017 01:08 |
|
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 |
|
Littlefoot
Messages: 21823 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.
|
|
|
|
|