Unwanted helptekst when closing error-message.

Hi Headstarters,
In the Headstart Demo application and all applications generated by Des6 and HSD incl patch 12.1, after provoking an error message (for example by entering a non-existent user in the Project Business Rules form), when the error message is closed by using the window close button (the x) the help-message is displayed! The expected behaviour would be closing the error message!
Can somebody help me with this issue?
Kind regards,
Arnold de Vries

After much investigation and experimentation, I found that this is a forms bug that was introduced in Forms 5.x and continues into Forms 6.0.x and 6i. When the user presses the 'X' to close the window, the SHOW_ALERT function returns the value of ALERT_BUTTON3. Headstart has used ALERT_BUTTON3 as the Help button. I have file this as Forms bug #1417991. The only 'workarounds' available are to tell the users not to close the alert this way or to stop using alert button 3. Since we need button 3 for help, we are really stuck.

Similar Messages

  • TS1424 trying to add Itunes match, and am almost at the end of installation when an error message pops up. it says  error 4010 cannot connect to ittunes store at this time try again later. what is the problem?

    trying to add Itunes match, and am almost at the end of installation when an error message pops up. it says  error 4010 cannot connect to ittunes store at this time try again later. what is the problem?

    Contact Apple support for warranty service.

  • TS3694 I keep getting the error message "-42408" and all of my apps got deleted on my iPhone. It says that I need to authorize my computer, so I tried than and that's when the error message showed up. I'm pretty ****** and want my apps to be back on my iP

    I keep getting the error message "-42408" and all of my apps got deleted on my iPhone. It says that I need to authorize my computer, so I tried than and that's when the error message showed up. I'm pretty ****** and want my apps to be back on my iPhone. Please help.

    What version of iTunes are you using?  The error you references seems to be connected with iTunes 9.0.4.  That version of iTunes is not compatible with iOS 6. You need to update to the current version of iTunes.

  • TS3694 what to do when the error message says could not be restored because the firmware file is not compatible

    what to do when a error message says could not be restored because the firmware file is not compatible

    Were you updating/restrore via the Restore/update button in iTunes?
    Try deleting the existing ufirware file and try again
    It is located here:
    IPSW file location for Mac and Windows

  • How do I turn off the sound when an error message pops up?

    There is an anoying sound when an error message pops up in FF. I looked in the preferences but there doesn't seem to be an option to disable it.

    https://www.liberiangeek.net/2013/07/how-to-change-or-disable-the-alert-sound-in-ubuntu/
    Settings may have changed in a couple years in Ubuntu but this gives an idea of where to look.
    Firefox itself does not have such sound notifications.
    ''#367259 [[#answer-715899|said]]''
    <blockquote>
    maybe try to disable error sound in Windows/OS Sound preferences
    not sure if FF has its setting regarding error sounds
    </blockquote>
    This is on Linux and not Windows but you are on right track.

  • Change "The form has been closed" error message

    My client is not happy with famous "The form has been closed" error message. I have been asked to replace this with meaningful message along with some other messages. How can i do that ?
    Searched internet but noting much there about this at all, I am not sure if anybody have done that in past ? is it doable ?

    Hi Ben,
    Solution is easy,
    Edit  \12\TEMPLATE\LAYOUTS\INC\intlcorestrings.js file
    Search for "IntlCoreStrings.k_strErrorFormClosed" and replace corresponding message with your desired one.
    Save & close
    But there is a down side of it, once you change the message it gets changed for all the web application running on the same server, because this file is located in 12 hive and shared across all Apps.
    Ashraf ul Islam
    Sharepoint Consultant

  • Output tray closed error message

    I keep getting the error message that my output try is closed when it is open.  I saw another post about this that said maybe the little sensor arm is broken and that does not appear to be the case with mine. What else can I check??? Cathy 

    Hello , Thanks for posting in the HP Forums. I'd like to help you with the "Output Tray Closed" message you are getting in regards to your HP Deskjet 1510 Printer. Firstly, Do you have the printer connected directly to a wall outlet or is it in a surge protector or power bar? Even if you have been using a surge protector/power bar all this time and you feel it is not the cause, please connect it to a wall outlet just so we can eliminate the power source as the root cause. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector
    In this document you will see, ISSUE: Problems or issues may arise when an HP LaserJet series printer is connected to an uninterruptible power supply (UPS), a power strip, or a surge protectorIf that doesn't immediately resolve the issue, I would recommend removing and re-installing the ink cartridges, to see if that will clear the error state. If the issue remains unresolved, I'd recommend contacting our HP phone support for further assistance.Step 1. Open link: www.hp.com/contacthp/
    Step 2. Enter Product number or select to auto detect
    Step 3. Scroll down to "Still need help? Complete the form to select your
    contact options"
    Step 4. Scroll down and click on: HP contact options - click on Get phone
    number Hope this helps!

  • ABAP query issue when logoff error message query not created

    Hi All ,
    I created a ABAP query using SQ01 . I saved it and i'm able to see the output . But , if i logoff from the system and relogin again to system and trying to execute the query , it is showing an error message
    " The query has not been created " Please help me , is there any settings change or i have to do any thing else ?
    Thanks & Regards ,
    Sabu

    Hi ,
    Yes you are right , when i try that way i can see , is it the correct solution ?
    i have one more issue , i created the query , i can display and execute the query , but no one in the same system able to display or execute the query . What should i do .
    Thanks & Regards ,
    Sabu.

  • For a call screen when displaying error message screen become disable

    Hi,
    For a call screen when i am giving a error message all the other fields are getting disabled and by enter also they are not getting enabled.
    can you please suggest how to get this in enable mode with the error message.
    the error message is given if we are trying to save the duplicate record.
    Please suggest <removed by moderator>.
    BR,
    Rajesh
    Edited by: Thomas Zloch on Nov 18, 2010 4:18 PM - priority normalized

    Try:
    message 'blabla' type 'S' DISPLAY LIKE 'E'.
    Edit.
    But you should validate the key fields before even pressing the SAVE button. Use CHAIN..ENDCHAIN for the key fields.

  • Container is cleared and producing mutltiples when popuping error messages

    Hi,
      I want to display error  messages in a POP UP . I am using following code.
    The err_msg[] contains the BAPi return Message
      IF err_msg[] IS NOT INITIAL.
         when control does not exist, create it
        IF g_container IS INITIAL.
          create dialogbox container
          CREATE OBJECT g_container
                       EXPORTING
                         width  = 650
                         height = 100
                         top    = 150
                         left   = 500
                       EXCEPTIONS
                         OTHERS = 1.
          create a new log header
          CLEAR g_s_log.
          g_s_log-extnumber = 'APPLICATION LOG CONTROL DEMO'.
          CALL FUNCTION 'BAL_LOG_CREATE'
            EXPORTING
              i_s_log      = g_s_log
            IMPORTING
              e_log_handle = g_log_handle
            EXCEPTIONS
              OTHERS       = 1.
          add some messages
          LOOP AT err_msg.
            var1 = err_msg-row_id.
            ADD 1 TO g_msgno.
            CLEAR g_s_msg.
            g_s_msg-msgty = 'E'.
            g_s_msg-msgid = 'ZA'.
            g_s_msg-msgno = '448'.
            g_s_msg-msgv1 = var1.
            g_s_msg-msgv2 = err_msg-order.
            g_s_msg-msgv3 = err_msg-item.
            g_s_msg-msgv4 = err_msg-contract.
            CALL FUNCTION 'BAL_LOG_MSG_ADD'
              EXPORTING
                i_log_handle = g_log_handle
                i_s_msg      = g_s_msg
              EXCEPTIONS
                OTHERS       = 1.
          ENDLOOP.
          get a display profile which describes how to display messages
          CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET'
            IMPORTING
              e_s_display_profile = g_s_display_profile.
          g_s_display_profile-no_toolbar = 'X'.
          define amount of data to be displayed
          INSERT g_log_handle INTO TABLE g_t_log_handle.
          create control to display data
          CALL FUNCTION 'BAL_CNTL_CREATE'
            EXPORTING
              i_container         = g_container
              i_s_display_profile = g_s_display_profile
              i_t_log_handle      = g_t_log_handle
            IMPORTING
              e_control_handle    = g_control_handle
            EXCEPTIONS
              OTHERS              = 1.
        ENDIF.           " IF g_container is initial
      ENDIF.  " IF ERR_MSG[] is not initial
      CALL METHOD cl_gui_cfw=>flush.
    I can see the popup with error messages and when try to refresh( refresh is a toolbar button, I had on My ALV grid) , System is
    creating a new container and additional popup is created .
    IF I refresh 10 times, I am seeing 10 Popup messages.  Because , everytime I refresh, a new container is created.
    I have gone through the program 'SBAL_DEMO_04_CONTROL' , when u refresh in this program, new container is not created, since it is storing the value of conatiner.
    I replicate exact code of 'SBAL_DEMO_04_CONTROL'  in my program, but container is cleared in my program.
    I  debug the standard program  and my program and didnot find any difference.
    Thanks in Advance

    Hi,
    Clear the container using  method 'FREE'.
    if not container is initial.
    call method container->free.
    endif.

  • How can I install PS Elements 10 when get error message, serial number not valid

    I have a new computer (PC Windows)  and want to install my PS Elements 10  and Light Room 5.2.  When I try to do so I get the error message that my serial number is not valid.  I have used the help/support and have done what suggested but nothing seems to work. (The copies were registered.)  Please help me solve this so that I can't get my pix edited. Thanks so much for any help you can give me.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Cathylof did you receive your installation files for Photoshop Elements 10 on CD?  If so are you installing from the CD provided with your purchase?  Please also make sure to utilize the registered serial number at http://www.adobe.com/.  You can find additional details on how to locate the registered serial number at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

  • Fields in tcode gets disabled when an error message is displayed

    Hi,
    I am throwing an error message in tcode VA01 with the help of a BADI...When this message is displayed all the fields in the tcode are disabled, and we cannot make any entry...Pls some one suggest how to enable the fields....it's urgent...
    Thanks
    Edited by: suresh kumar nandhagopal on Apr 1, 2008 7:32 AM

    Hi,
    Instead of error message make it as warning message the use LEAVE SCREEN command.
    Award Points If Useful

  • Forced Closed Error Messages on Adroid Charge

    I keep getting "Google services framework process com. google.process.gapps error messages. Can anyone help me out? It is very frustrating and my phone seems slow.

    Hello VisionaryDiva!
    I'm sure this can be very frustrating!  I would like to assist with eliminating these "Force Close" errors.
    This usually happens when one or more of your installed applications have malfunctioned and need to be reset.  You can reset the application by following the instructions posted in this link.  You would need to repeat these steps with any app that gets the error message.
    Please let me know how this works out for you.

  • How do I view downloaded content when the error message, not a supported file type or because the file has been damaged, shows up?

    I trying to download a book as a pdf to view through my adobe reader. But every time I do I keep getting the same error message saying that the file is not a supported file type or because the file has been damaged it can't be opened or viewed. What do I do and how do I get it to work. Because as of now I only have one option of downloading the book and I've tried to download the app notable pdf to see it that worked but it didn't either. As of right now I'm using google chrome but I also tried using Safari but it's still not working. I have a Mac with a Mac OS X updated system. I need an answer ASAP. Can anyone help me?

    I have the same issue.  Almost none of the PDFs I download from Safari browser can be opened. Same message about the file being damaged or not really a true PDF.  Neither of these are the issue here. Size of file is not an issue. I have Acrobat Reader XI so I believe that's pretty up to date.  If I open with Text Editor the file is blank.  any ideas?

  • Strang problem when searching error message in Adapter Engine

    Hi all,
    In RWB message monitoring, I tried to search all the error messages for yesterday and got no results. But I know there were actually several error messages for yesterday because I got several alert mails.
    Then I went to my mail box and copy the message id and used it to search again. Then I found this message was exactlly in "System Error". But if I search all the error messages for yesterday, I get no results.
    Anyone knows the problem?
    Regards,
    Hui

    Hello  Hui Wang,
    <b>Adapter engine resides on Java stack and u view sxmb_moni on the ABAP stack which displays only Integration Server related errors.</b>
    Message that passes the Integration pipeline are visible in sxmb_moni. Errors related to CC can be traced in CC monitoring or adapter monitoring in RWB.
    With Regards,
    Vidya
    **************PLEASE REWARD POINTS IF FOUND USEFUL

Maybe you are looking for