• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Do you want to save the changes you have made?!!

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Oracle forms builder 6, and i want to cancel the message :
"Do you want to save the changes you have made?" generated by oracle itself.
It is not an error message with numberic code so we can cancel it by ON_MESSAGE trigger!!
Is there any way it could be done.

Regards.
 
MUSTAFA ELSHIEKH
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks to all who replied!!

well i found a long way solution, which will be :
exit_form(no_validate);
which will allow you to exit the form without saving or showing this message, and could also be used on saving too.

Regards,
Mustafa
 
author & internet detective
Posts: 42154
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mustafa,
Interesting. Thanks for posting the solution.
 
reply
    Bookmark Topic Watch Topic
  • New Topic