How to disable oracle built in Popup screen aftermaking change in shape

Hi all seniors

I just want to know is possible to disable the oracle built in functionality to display the pop up when make us changes in the form of oracle

I elaborate exactly the thing as shown below

Say for example:

I have a form where the user can change or you say update the reservation that he did
In my $ORACLE_HOME\forms\fmrweb.res file I have mapped the f12 button to exit the form

Thus, when the user tries to change no matter what field on this screen and then if it press f12
The built-in pop-up oracles appears on the screen asking "Do you want to save the changes that you have made" with the buttons "Yes No. Cancel" on this subject

No doubt:
---------
So here, my doubt is that,
Is it possible to disable this feature in any way?
If not then, can I replace this pop-up by defined by the user, I mean my own pop-up message and buttons


Any help will be appreciated.

Please notify :)

Yes, the "save changes" message if you insert / update of the components of a database block and press the exit button
If you want to change this behavior, add a KEY-RELEASE trigger at the form level.
You can choose to simply leave the form using EXIT_FORM (NO_VALIDATE),
or you can ask the user if he wants to commit his changes and leave the form.

Tags: Oracle Development

Similar Questions

  • How to disable the built-in PDF Viewer and use another Viewer at all times?

    How to disable the built-in PDF Viewer and use Adobe Reader to view the PDF files, without having to set this preference, whenever I open Firefox? The default setting to "Use Adobe Acrobat (in Firefox)". Thank you.

    It's strange. The integrated Viewer - Viewer by default - is described by the expression 'Preview in Firefox' and you will have changed to "Use Adobe Acrobat (in Firefox)".

    Well... you or an add-on or another program on your system must be changed.

    What happens if you disable the Adobe Acrobat plugin (not the extension to create a PDF file, leave it active). Here's how you can try this:

    Open the page modules using either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click on Plugins. On the right side, find "Adobe Acrobat" and change the permission 'never enable '.

    Then in the Options page, Applications Panel, change your preference for "Portable Document Format (PDF)" to "Always ask" so you get the dialog box to download instead of the PDF, open in a tab.

    It sticks?

  • How to disable Oracle DB internal Apex Servlet?

    I have installed tracking software:

    1. Microsoft Windows XP
    2. Oracle Database 11 g r2 Express edition 32-bit
    3. 3.2 SQL Developer
    4. Apex 4.2.3 update ok
    5. GlassFish Server Open Source Edition 4.0
    6. Apex listener 2.0.5

    My CRM app just runs correctly on Apex.

    I already set up the independent auditor Apex and already create [top] and [i] of the applications in the Glassfish Console, as well as users and passwords for APEX_PUBLIC_USER, APEX_REST_PUBLIC_USER and APEX_LISTENER. I already connected with Apex listener in SQL Developer 3.2.3.

    The Glassfish console is correctly on runnning [http://localhost:4848], but on [http://localhost: 8080/apex] internal the Servlet and XML DB Oracle Database [C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\jlib\servlet.jar] executes the Apex and I can't use the Glassfish. How the Oracle XE database is not delivered with Enterprise Manager Web Admin Console, I don't need this internal Servlet Java container.

    I tried to change the port of Glassfish to 8090 but not work and I do not need 2 web servers in RAM.

    How to disable Oracle DB internal Apex Servlet to use Glassfish on port 8080?

    Thanks in advance.

    Kind regards

    Fernando Santucci

    Well,.

    / * I change the port of 8080-8090 for

    XDB - Oracle XML database or

    EPG - Embedded PL/SQL gateway, or

    HTTP service or

    Apex Java Servlet container * /.

    Run DBMS_XDB. SetHttpPort (8090);

    Now, I did disable the XML (XDB) Oracle database with these system settings:

    See 'Setting up Oracle Database for shared server' in the DBA Guide

    http://docs.Oracle.com/CD/B28359_01/server.111/b28310/manproc003.htm

    -Monitor SHARED_SERVERS and DISPATCHERS

    Select * from v$ shared_server;

    Select * from v$ shared_server_monitor;

    Select service, earphone, network of v$ dispatcher_config;

    Select name, distributor of v network $;

    -Disable SHARED_SERVERS and DISPATCHERS

    ALTER system set SHARED_SERVERS = 0;

    ALTER system set MAX_SHARED_SERVERS = 0;

    alter system set DISPATCHERS = ";

    change "D000" immediate shutdown system -Research the name of SHIPPING before.

    -I stop and start the Oracle database service, and there is no XDB on port 8080, only of Glassfish.

    net stop OracleXETNSListener

    net stop OracleServiceXE

    net start OracleServiceXE

    net start OracleXETNSListener

    I keep very well access to the Console of administration of Glassfish in [http://localhost:4848] and the static homepage by default Glassfish 'index.html' in [http://localhost: 8080].

    However, in [http://localhost: 8080/apex] I get the following error:

    [2013 11-30 T 01: 56:27.899 - 0200] [glassfish 4.0] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID = 18 _ThreadName = http-listener-1 (1)] [timeMillis: 1385783787899] [levelValue: 900] []

    StandardWrapperValve [HttpEndPoint]: Servlet.service () for servlet HttpEndPoint threw the exception

    java.lang.ExceptionInInitializerError

    at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.poolInfo(DatabaseConnectionFilter.java:90)

    at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.applyDatabaseConnectionInfo(DatabaseConnectionFilter.java:135)

    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:122)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1682)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:318)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)

    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)

    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)

    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)

    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:357)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:260)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:188)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

    at java.lang.Thread.run(Thread.java:724)

    Caused by: java.lang.RuntimeException: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

    at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:87)

    to oracle.dbtools.common.config.db.UrlMappings$ Builder$ 1PoolFilter.startElement(UrlMappings.java:233)

    at oracle.dbtools.common.x3p.MatchFilter.startElement (MatchFilter.java:54)

    at oracle.dbtools.common.x3p.impl.Event.invoke(Event.java:52)

    to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:125)

    to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:79)

    at oracle.dbtools.common.util.AbstractIterator._advance(AbstractIterator.java:89)

    at oracle.dbtools.common.util.AbstractIterator.next(AbstractIterator.java:47)

    at oracle.dbtools.common.x3p.impl.X3PReaderAdaptor.next(X3PReaderAdaptor.java:34)

    to oracle.dbtools.common.config.db.UrlMappings$ Builder.read (UrlMappings.java:203)

    at oracle.dbtools.common.config.db.UrlMappings.existing(UrlMappings.java:127)

    at oracle.dbtools.common.config.db.UrlMappings.urlMappings(UrlMappings.java:155)

    to oracle.dbtools.common.config.db.DatabasePoolConfig. (DatabasePoolConfig.java:327)

    ... 31 more

    Caused by: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

    at java.text.DateFormat.parse(DateFormat.java:357)

    at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:85)

    ... more than 43

    ]]

    I find this kerchief date timestamp is in the [C:\Documents and Settings\fernandosantucci\Local Settings\Temp\apex\url-mapping.xml] configuration file with following content:

    http://xmlns.Oracle.com/Apex/pool-config">

      = Update "" 2013-11 - 29 T 04: 55:05, 672Z '/ > "

    I can't believe it! A simple date plant a web application J2EE server?

    What happen that I can't see?

    Thanks in advance for any help.

    Kind regards

    Fernando Santucci

  • How to disable the keyboard at startup screen?

    Operating system: Windows Vista

    My laptop keyboard was not working last month, so I went for the on-screen keyboard. But now my keyboard is fixed and I want to disable On - Screen Keyboard to run at startup. He always appears at startup, how can disable run at startup. I searched in msconfig and another has also searched in the application itself to disable auto-start when Windows starts.

    Help, please

    Thanking you in anticipation

    Rannvijay Kapoor

    Start button > Control Panel > accessibility > click on "use the computer without a Board mouse or key" > uncheck 'Use on screen keyboard' > click Save for the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • How to disable the Network Magic Splash Screen feature?

    Anyone can guide me please you through the steps to disable the Network Magic boot screen? I bought the software a few years back and saw a message, how to do it. I did, and it worked a treat... until a recent bug on my computer forced a major restoration, which brought back the splash screen. Now, I forgot (of course) how I disabled it in the registry. I know that this question is compared to the major probs that here, others have small potatoes, but I hope that someone will still give me a little help.

    Well, that's interesting! I really thought that it was a common problem, which need a registry edit to remove the splash screen, as is the case with other programs. I was wrong.

    So, once a hardware problem (I just had one of my hard drives go bad), I'll follow your advice by uninstalling and then reinstalling Network Magic. The splash screen I see, which appears just after the start and central rest before and during the complete boot process, is a pale green rectangle with 'Pure Networks' (and a little of the rest of the text) on this subject. I'll report after trying your solution.

    Thanks much for the reply.

    Chris

  • How to disable and remove permissions for the dashboards change in OBiee11g

    Hi gurus,

    I am new to this Forum & Obiee too.

    some briefly can guide me how to disable or remove the dashboard change in Obiee11g page options


    concerning
    Sri

    Hello
    Based on the permissions granted to the user, it will have access to it. If user is to have total control, then it may have change dashboard, else if the user read only access to the dashboard while he can't have the dashboard option change.

    Kind regards
    Srikanth

  • S1 Yoga - how to disable the built-in screen/monitor?

    Hello

    Try to find a way/hotkey to turn off the built-in screen while I'm connected to another external monitor with the Thinkpad S1 Yoga model. Do you know guys how to do?

    I might even remap all keys shortcut by default, if anyone knows how do Similarly, the default values are not too useful to me...

    Thank you!!

    GOTO power options and change the option to close the lid do nothing so when you want the wide screens close the lid and press the power button on the monitor

    like the lock screen method could stop copying them files

    http://www.MakeUseOf.com/tag/3-quickest-ways-turn-computer-screen-Windows/

    There is a program that might be what you are looking for

  • How to disable him built several actions to the keyboard on the screen for Windows 7 provides?

    We use the OSK integrated in Windows 7 for our touchscreen software, however we had a problem with security.  Our systems must run in a "Lockdown" mode where the partner is unable to access the OS.  The on-screen keyboard offers three ways to access the OS (everything we believe we blocked).  Windows key + U can access the function of "accessibility" control panel which you can join the BONES through the window of the Explorer.  Key 'Options' & 'Help' which, through the links, you can get access.  Is there anyway to disable this feature?    Otherwise, is to capture the screen through code and kill him anyway.  The applications we develop are in c# / WPF.

    You might be able to accomplish what you need through a GPO setting. He would just have to understand that one.

  • How to disable the Portege M700 touch screen?

    I have a Portege M700 tablet.
    I would like to disable the installation of the touch screen on it (but not writing or drawing ability activated by the stylus).

    Is this possible?

    My friend has a M700 and it has disabled the touch screen feature, so it is possible.

    I don't know exactly how do it, check the user manual, or go to the control panel and watch in the utility of the tablet.

  • How to disable Java script - a popup window

    the code below works for enabledisable of the text box, but now the text box is a window popup, what should I do for that please help ' Doug


    function enableDisable (pValue)
    {

    If (pValue == ' / ')
    {
    document.getElementById("P4_END_ITEM_DESC").disabled = false;

    }
    on the other
    {
    document.getElementById("P4_END_ITEM_DESC").disabled = true;

    }

    }



    footer
    < script language = "JavaScript" >
    enableDisable (document.getElementById('P4_END_ITEM_DESC').value);
    < /script >



    onBlur = "javascript:enableDisable (this.value); "

    Hello

    Popups are built differently in normal page, items are somewhat more complicated to disable.

    Try something like:

    function disablePOPUP()
    {
     var r = html_CascadeUpTill('P1_ITEMNAME', 'FIELDSET');
     var img = r.getElementsByTagName('IMG');
     var i = r.getElementsByTagName('INPUT');
     i[0].disabled = true;
     img[0].style.visibility = 'hidden';
    }
    

    Note that this disables the input field, but hides the icon

    Andy

  • How to disable or clear the great screen?

    So the impressive screen is so great that the clearing of the history is not clear it! How can it be deleted? Only one I found so far is to delete the app and reinstall it.

    You can always go to settings-> application-> beta all the night/aurora/firefox / firefox-> clear data and will be like new, fresh installed.

  • Satellite Pro C850-15 t - how to disable the built-in speakers?

    I have a problem with my speakers. When I plug something like a helmet or a PA system speakers may stop working.

    I can hear both speakers, I mean the headphones does not work properly and the speakers as well. Can someone help me?

    Hello

    Usually, this should work automatically and when the external device is connected loudspeakers must be turned off.

    In any case, I do not know if this will help but try it.
    Open Control Panel and Manager Realtek HD Audio. I hope that you have it here.
    If Yes check it please, if you see the symbol small yellow folder on the upper right corner. Click on it and check the option to enable auto popup dialog box when the unit is plugged.

    Next time when you connect an external device choose option helmet and confirm with OK.
    That s how it works on my machine.

  • Satellite Pro L300 - how to disable the built-in webcam

    I don't like my integrated webcam.
    So I bought a new.
    But I want when the video call feature or something that have integrated starts up not my logitech one.

    How I can either:
    Disable my only integrated? [note: I have uninstall the software, but it always does.

    or

    Make my logitech one by default if its used each time?

    Help please its stressing out me!

    I have a Sat Pro L300

    Thank you guys!

    Hello

    I put t know what software you use but generally you can always choose the favorite webcam or microphone in the settings of the software.

    For example, I use Skype and Skype settings, I can choose between the internal webcam and my external webcam.

    In addition, you can disable each device in the Device Manager I that you would disable a Red Cross, then it should appear to the disabled device (webcam)

    See you soon

  • How Lock/disable fields during the loading screen?

    Hello

    I'm looking to 'lock' or 'disable' everything on the screen whenever I call setStatus(). The concept behind this is I want to use setStatus() to tell the user when loading the screen is. While it is loading, I don't want the user to be able to do anything. Is there a specific way to do this?

    Thank you!

    crush the onClose returns true, this will disable the closing screen. no need for the navigationclick or the keychar then.

  • How to create a non-blocking Popup screen?

    Hello

    Basically, I want to do something similar to the State. Show (String message, bitmap Bitmap, int, long, style, boolean allowDismiss, boolean, int priority block) API where I can display a modeless popup containing various fields and still allow the user to continue to work on the screen below the pop-up window.

    Thanks for any help and suggestions.

    It is not possible. you could draw directly on the screen, it would look like a popup, but would in fact part of the screen. We do overlays in this way, for example.

Maybe you are looking for

  • front running text search

    Is it possible to invoke the search LabVIEW tool to allow the user to find data in idicators of façade?

  • Queues

    If you have a queue with all its items in queue, there are still in memory? Which means, it is necessary to use a function of "Queue of liberation" on an empty queue? Or that just serves to get the remaining items?

  • How can I remove a keyboard computer laptop ei3103

    I would look at a keyboard of der to ei3103 to see ik my other ram is here

  • HPLDA972771545

    HCL TABLET ME

  • Cannot start the ripple of Services using the Chrome extension

    Dear users, I went through the audit process on the tools of development http://developer.blackberry.com/html5/documentation/v1_0/getting_started_with_ripple_1866966_11.html... I was not able to start the Services of ripple. My ripple menu differs fr