Home » Developer & Programmer » Forms » Message problem
Message problem [message #285908] Thu, 06 December 2007 01:22 Go to next message
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 #285951 is a reply to message #285908] Thu, 06 December 2007 03:13 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I've never seen such a message.

Is there a KEY-EXIT trigger? If so, what does it do?
Re: Message problem [message #285973 is a reply to message #285951] Thu, 06 December 2007 04:09 Go to previous messageGo to next message
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.
Re: Message problem [message #285997 is a reply to message #285973] Thu, 06 December 2007 04:50 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
If you had entered a value into the calling form, it wouldn't ask "do you want to call the new form", but "do you want to save the changes you have made".

NEW_FORM built-in exits the current form and opens another one ('edi000' in your case). Now, what might be the reason it doesn't want to do that? Is there any other trigger which might prevent expected behaviour? Does the WHEN-NEW-FORM-INSTANCE or PRE-FORM (or any other) trigger do something?

I have created two simple forms based on Scott's schema and NEW_FORM works as usual (i.e. without any questions).
Message problem [message #287410 is a reply to message #285908] Wed, 12 December 2007 03:25 Go to previous messageGo to next message
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 #287414 is a reply to message #287410] Wed, 12 December 2007 03:38 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
AnamikaChaudhary wrote on Wed, 12 December 2007 10:25

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.

I doubt that this is the actual message. Oracle doesn't use IM speak. "Do u want" is not really professional.

If it is a real Forms message (and some characters fell off when you tried to type it here) then you probably have a lowered message level. Have you set your system.message_level somewhere?

MHE

PS: If you reply, try to type ALL characters of EVERY word.
Re: Message problem [message #287422 is a reply to message #287414] Wed, 12 December 2007 03:49 Go to previous messageGo to next message
AnamikaChaudhary
Messages: 33
Registered: December 2007
Location: Mumbai
Member
Hi,
Really sorry for that.

I got this message when i closed the FORM

"Do you want to call the new form?

Yes No Cancel "

Re: Message problem [message #287432 is a reply to message #287422] Wed, 12 December 2007 04:18 Go to previous message
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.
Previous Topic: ora 9ids forms (THE http LISTNER IS NOT RUNNING ON ORA-SERV AT PORT 8888)
Next Topic: How to Display messages error message in status bar
Goto Forum:
  


Current Time: Mon Feb 03 01:02:40 CST 2025