-
Forms 6i
Hi Everybody,
I have created the form in forms 6i.After running the form when i close the form it prompts me with the window saying 'DO YOU WANT TO COMMIT THE CHANGES'.But i do not want this window to prompt me.Is there any method by using which i can suppressed the window.
Thanks in advance
pras
-
Check if you have a trigger which changes the value of an item in your form when you open it.
Hth,
skid
-
Hi skid
thanks for the reply...
After opening the form i query the records and edit some of the records and commit the changes.After that if i close the form it again ask for 'DO U WANT TO COMMIT THE CHANGES'..but as i said i already commited the changes then why it is asking me again the same thing.And i want to suppressed that message.Pls tell me what i am doing wrong...
Thanks again
pras
-
6i Forms
Hey!
Try to use the KEY-EXIT TRIGGER at form level.
Use the code:
exit_form(no_validate); :rolleyes: