Home » Developer & Programmer » Forms » Message from webutil (Forms 9i, Windows XP)
icon9.gif  Message from webutil [message #549771] Tue, 03 April 2012 12:08 Go to next message
angevilerox
Messages: 1
Registered: April 2012
Location: Ecuador
Junior Member
Hi everybody
I'm migrating some forms from 6i to 9i and one of them has to use the webutil library, but when I execute the form in the IE, a message appear and I don't know from where because I haven't made it. The message say: "Confirme el mensaje"
This is a print of the message, please I need the help to resolve this.

/forum/fa/10027/0/
Re: Message from webutil [message #549781 is a reply to message #549771] Tue, 03 April 2012 15:55 Go to previous messageGo to next message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
This looks like (which means that it doesn't have to be) a MESSAGE built-in called two consecutive times, such as
-- some trigger or other PL/SQL unit in your form
select ...
  into ...
  from ...;

message('Please confirm!');
message('Please confirm!');

...

This would cause a message on the screen, just like the one on a screenshot. So - search PL/SQL code (not manually, from the menu!) for "Confirme el mesaje", maybe you'll find it.
Re: Message from webutil [message #549784 is a reply to message #549781] Tue, 03 April 2012 16:42 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
check this link might be could help you

https://forums.oracle.com/forums/thread.jspa?threadID=210430







regards
baba
Re: Message from webutil [message #581026 is a reply to message #549784] Sun, 31 March 2013 21:54 Go to previous message
jacques-jf
Messages: 1
Registered: March 2013
Location: Ecuador
Junior Member
Ya a pasado algún tiempo pero puede que a alguien más tenga esta interrogante.
La solución es atachar a las Alertas de tu forma la alerta 'WEBUTIL_ERROR', esta la puedes ubicar bajándote el demo:
Descargar Demo: oracle.com/technetwork/developer-tools/forms/webutil-090641.html
/forum/fa/10717/0/

[Updated on: Sun, 31 March 2013 21:55]

Report message to a moderator

Previous Topic: Date overlaping check in form 10g
Next Topic: FRM-92091
Goto Forum:
  


Current Time: Tue Apr 23 06:31:48 CDT 2024