Message problem [message #285908] |
Thu, 06 December 2007 01:22 |
AnamikaChaudhary
Messages: 33 Registered: December 2007 Location: Mumbai
|
Member |
|
|
Hi
I am fresher to form developer, can anybody tell me that why i am getting this error:
when i close my FORM it gives me a message that:
"Do you want to call the new form?"
even i didn't entered any value to the form, just i opened & i want to exit ....then it gives me this message
[MERGED by LF]
[Updated on: Wed, 12 December 2007 04:14] by Moderator Report message to a moderator
|
|
|
|
Re: Message problem [message #285973 is a reply to message #285951] |
Thu, 06 December 2007 04:09 |
AnamikaChaudhary
Messages: 33 Registered: December 2007 Location: Mumbai
|
Member |
|
|
I am really sorry, fault is mine i didn't ellobrated my problem.
I have a form page name suppose Module1. When i close this FORM i get this error. Even though have not entered anything in any field get prompt box.
"do you want to call the new form" .
The trigger KEY-EXIT performs:
BEGIN
new_form ('edi000');
END;
'edi000' is a module name where it suppose to go back.
|
|
|
|
Message problem [message #287410 is a reply to message #285908] |
Wed, 12 December 2007 03:25 |
AnamikaChaudhary
Messages: 33 Registered: December 2007 Location: Mumbai
|
Member |
|
|
Hi,
I have a form , when i press key F12 i get a message that
"Do u want to call new form". Though i have not given any such type of message in KEY-EXIT i.e F12.
|
|
|
|
|
Re: Message problem [message #287432 is a reply to message #287422] |
Wed, 12 December 2007 04:18 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
It seems that you have serious problems with messages in your forms ... it was the third topic you have opened about the same (more or less) issue.
Oracle does not make up messages; if it says "Do you want to call the new form?", it surely has a reason. Check all triggers you've written. As I've replied the other day, two forms created by default work properly. You MUST HAVE changed something.
|
|
|