Possible to have alert message for unsaved changes before leaving a page ?

Hi Experts,
just wonder if the subject matter is handled by APEX now or need some further technique to do so.
Thanks.

There is no standard solution for that. See this thread:
Re: Autocommit or showing the message before leaving the page
Denes Kubicek
http://deneskubicek.blogspot.com/
http://www.opal-consulting.de/training
http://apex.oracle.com/pls/otn/f?p=31517:1
-------------------------------------------------------------------

Similar Messages

  • Customize Alert messages for checking duplicate value and Success alert

    Hi All,
    I want to show two alert against the same "Submit" button to--
    1. Alert messages for checking duplicate value and show the Duplicate value found alert and
    2. Success Alert if the form is success to commit and no duplicate value found.
    I did all thing but when alert-1 shows and i pressed the ok button of the alert then the second alert also shows which i don't want to show.
    Which i can do in this issue? Have there anyone to help me!
    Arif

    Hi Manu,
    I have placed the following code
    1. against the Submit button--
    if error_code=40508 then
         commit_form;
    elsif :USERDELETION.CANCELLATION_USERID is not null then
    do_key('COMMIT_FORM');
    else null;
    end if;
    2. Code against the key-commit trigger in the form level--
    commit_form;
    DECLARE
    vAlert NUMBER;
    BEGIN
    set_alert_property('ALERT_TO_VERIFY',ALERT_MESSAGE_TEXT, 'Your Form has successfully submitted and your Reference id is '||:USERDELETION.REF_NO);
    vAlert:=SHOW_ALERT('ALERT_TO_VERIFY');
    END;
    3. Code against the on-error trigger in the form level--
    DECLARE
    vAlert NUMBER;
    BEGIN
         if ERROR_CODE = 40508 then
    set_alert_property('ERROR_ALERT',ALERT_MESSAGE_TEXT, 'This user deletion request has already submitted of the user named '||'"'||:USERDELETION.FULLNAME||'"');
    vAlert:=SHOW_ALERT('ERROR_ALERT');
    elsif
              ERROR_CODE = 40202 then
    set_alert_property('ERROR_ALERT',ALERT_MESSAGE_TEXT, 'Existing userid must be filled-up !');
    vAlert:=SHOW_ALERT('ERROR_ALERT');
    else
                   message(error_type||to_char(error_text)||': '||error_text);
    end if;
    END;
    If there have any confusion, please ask me.
    Arif

  • Is the possible to have Business Area for CVD Clearing Account

    Hi Friends,
    Is the possible to have Business Area for CVD Clearing GL Account?
    If yes, then how can it be done/configured.
    Pls advice.

    .

  • Is it possible to have Business Area for CVD Clearing Account

    Hi Friends,
    Is it possible to have Business Area for CVD Clearing GL Account?
    If yes, then how can it be done/configured.
    Pls advice.

    .

  • Is it possible to have a form for 2 individuals to complete before submitting?

    Is it possible to have a form for 2 individuals to complete before submitting? The first person will fill out a portion of the form and the second person will fill out the rest of the form and submit.

    You can create a submission-enabled PDF first. Ask the first person to fill out his or her portion of the PDF form and save the file. Send the saved file to the second person and have him or her to fill out the rest of the PDF form and submit.
    To create submission-enabled PDF
    1. Click on the Distribute Tab
    2. Click on the "Save Sumbission-Enabled" PDF button.

  • Is it possible to have release strategy for sales order?

    Is it possible to have release strategy for sales order?

    hi
    as per SAP standard there can not be any release strategy for sales order but if u want to control u can use authorization profile for this purpose.
    povide authoriztion to the required persons only..
    regards
    CMM

  • When i want buy gold for my game , i have a message " for assisance contact with support/iTunes/ww

    When i want charge my game , i have a message " for assisance contact with support/iTunes/ww
    Yestrday i charge 2 times after that this message come when i want charge my acount in game

    You will need to do what it says, contact iTunes Support. These are user-to-user support forums, if you thought you were contacting Apple by posting here. Go here:
    http://www.apple.com/emea/support/itunes/contact.html
    to contact the iTunes Store.
    Regards.

  • Is it possible to have a text (in footer) to repeat in every page?

    Hi,
    Is it possible to have a text (in footer) to repeat in every page? I appreciate your reply.
    Thanks

    Hi,
    Yes, Discoverer Desktop, select File --> "Preparar Página" In spanish languaje, in english I think "Page Setup", then select the footer option and include the text you want,
    Regards
    Pablo

  • I am getting a 404 not found message on my mac before the web page closes down

    I am getting a 404 not found message on my mac before the web page closes down. How do I fix this?

    Is it an internal or external web page? Does this occur on all web pages? If not, post the URL of one that 404s.

  • Is it possible to have text messages delated from outside sorces such as a hacker?

    I have text messages missing from my cell. Is it possible for someone to hack into my Android and delete messages?

        I'm sorry you are missing text Toneman55. No, no one can hack into your phone while its in your possession and delete messages. If you give your phone to someone momentarily, they may go in and delete messages. Also check your text setting to see if you enabled the option to delete old messages when your messaging box is full.
    KinquanaH_VZw
    follow us on twitter @vzwsupport

  • Alert Message for Scehuled messages

    Hello,
    Can we get alert email for scheduled messages in Integration Engine? If yes how to get that?
    Regards,
    Ansar.

    HIIII
    Go through these blog ..
    Configuring scenario specific E-mail alerts in XI-CCMS: Part  - 1
    The specified item was not found.
    CCMS ALERTS
    XI : Configuring CCMS Monitoring for XI- Part I
    XI :  GRMG Customizing for XI CCMS Heartbeat Monitoring Part II
    Configuring scenario specific E-mail alerts in XI-CCMS: Part 3
    Alerts
    • My blog
    transaction handling in XI
    The specified item was not found.
    • Auto triggering of alerts
    transaction handling in XI
    • SCOT
    not sending email from alert inbox

  • ACE Syslog message for State change

    Hi,
    Is there a syslog message for a state-change for rservers, if so how could we enable this?
    e.g. when probe fails state changes to 'probe-failed'
    when all probes are successful state is 'operational'
    Thank you
    Bilal

    Hi,
    There is a syslog message something like below:
    %ACE-3-251006: Health probe failed for server 10.80.10.10 on port 80 internal error: failed to setup a socket.
    First enable logging on ACE.
    ACE/Admin(config)# logging enable
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/system/message/guide/config.html#wp1063750
    read the section:  Specifying Syslog Output Locations
    logging buffered 3 should generate syslog in event of probe failure.
    You can also set snmp to monitor it.
    cesRealServerStateChange
    CISCO-ENHANCED-
    SLB-MIB
    State of a real server configured in a server farm changed to a new  state as a result of something other than a user intervention. This  notification is sent for situations such as ARP failures, probe  failures, and so on.
    Hope that helps.
    regards,
    Ajay Kumar

  • Is it possible to have different headers for each page for the Pages app?

    I just purchased the Pages app for my ipad and it happens to be one of the best apps i've ever bought.  However, I'm having trouble figuring out how to have different headers for each page of the same document.  Is this possible to do?

    Tommy,
    One of the limitations of Pages for iOS on your iPad is that Pages can't create sections per se. The best you can do is insert page breaks and then assign different columns to that page. The problem comes with the headers and footers - in iOS Pages, the headers and footers apply to the whole document, not the individual sections as you would find in Pages '09 on OSX.
    The workaround is to create your document on OSX, insert the needed sections and headers, save, then transfer the Pages document to your iPad either as a working "blank" or as a new document. The headers and footers will reflect the sections you created in OS X, but you won't be able to add any new ones or new sections on your iPad.

  • ASA send syslog messages for configuration changes

    On a router you can send configuration changes to the syslog server by doing,
    conf t
    archive
    log config
    logging enable
    notify syslog
    Then the router will send something like,
    .Aug  3 13:12:00.776 PACIFIC: %PARSER-5-CFGLOG_LOGGEDCMD: User:admin  logged command:no interface Loopback76
    if I had typed at the command line, "no int lo76"
    How do you do this on the ASA?
    Goal:  I want to know when anybody does any kind of config on my ASA.

    The syslog number 111008 and 111010 will log the command that is entered by user.
    111010 is for configuration changes.
    Here is the syslog for your information:
    111008:
    http://www.cisco.com/en/US/docs/security/asa/asa84/system/message/logmsgs.html#wp4769400
    111010:
    http://www.cisco.com/en/US/docs/security/asa/asa84/system/message/logmsgs.html#wp4769410
    You need to enable syslog, and severity level 5, and if you don't want to see any other logging, you can only log the above 2 syslog numbers.

  • How to call a macro(check for unsaved data) before calling refresh button of EPM TAB

    Hi,
    I want to show a popup message for any unsaved data before USER hit the refresh button on EPM tab.
    I write the macro like as below in module
    Function TestForUnsavedChanges()
        If ActiveWorkbook.Saved = False Then
            If MsgBox("There is unsaved data, save the data otherwise u will loose the data. Do You Want to Save the Data ?", vbYesNo, "Warning") = vbYes Then
            bSave = True
            Else
            bSave = False
            Application.Undo
            End If
        End If
    End Function
    so how to execute this macro before Refresh ?
    Thanking in Advance !!

    Hi Nilesh,
    Try to add this macro under Function BEFORE_REFRESH.
    Hope this helps.
    Regards,
    Astha

Maybe you are looking for

  • No pin shows up with adjustment brush

    Using the adjustment brush, a pin is supposed to appear where you make your initial brush stroke. It doesn't show up, even though the effects of the tool are there. I only know what is painted by typing "O" so that the red coloring shows up. The pin

  • Not being able to use my recovery disks...

    Hello! I need to format my laptop (HP G42). So I decided to use my Recovery DVD's for it (the ones that I generated the first time that I used it, right when I bought it). Before that I backed up all my working files in a disc (DVD disc). Everything

  • TS1559 Any Solutions to the WIFI Grayed Problem in 6.0.1?

    Any Solutions to the WIFI Grayed Problem in 6.0.1?

  • Run time err message

    when i try to print something a run time err message pops up and it wont print.

  • Client Independent custom table create

    Hi , As per the requiremnts i have created a custom table in Client DEV1... and updated the table through an interface. The custom table have 12 entries in that Client. Now the same custom table when checked in another DEV Client DEV2 which is almost