Pop-Up message with OK button in main page

All,
Below is my client's requirement....
when ever user login into Oracle EBS, before going to Home Page a pop-message with OK button should display and user must and should click OK button to proceed further...
I am planning to to extend the CO (OAHomePageCO) of /oracle/apps/fnd/framework/navigate/webui/HomePG ... is this is a correct approach or please provide your valueable inputs on this one...
Thanks in advance

All,
any inputs on this requirement?

Similar Messages

  • How to skip the Print Screen List pop-up message with standard T-code?

    Dear Experts,
    I want to do not see the Print Screen List pop-up message with standard T-code.
    Ex, sm66, sm51
    click on print button -> Print Screen List pop-up message(SAPGUI) -> print windows dialog (X)
    click on print button -> print windows dialog (O)
    Is it possible to disappear it?
    Thanks,
    Lee

    Hello Mr.Lee,
    If you are refering to the print icon on the toolbar (CTRL+P), then no, it is not possible.
    This printer dialog is necessary for front-end printing so you can choose the active printer.
    Regards,
    Jude

  • A pop-up message is frozen on my settings page. I was trying to set up an apple id for iTunes when I got a message "required fields have been left blank. The missing information is highlighted in red." the ok button doesn't work. 1st gen iPad.

    A pop-up message is frozen on my settings page. I was trying to set up an apple id for iTunes when I got a message "required fields have been left blank. The missing information is highlighted in red." the ok button doesn't work. The message is now fixed & I cannot get rid of it. Ironically, when I found this forum I was able to set up an apple Id. Please advise how to get rid of the pop-up box. Thanks!

    I'm having this same problem as well and cannot advance--very irritating. All of the information is filled out correctly and I've editted my AppleID information online separately as well to get around this issue, but no luck...

  • Pop-up message with table value

    hello all,
    i have to display a pop-up message while saving invoice documents in FB60, i m using the customer exit for the same.
    but problem is that i have to display some values also in pop-up screen and there should be two pushbutton for user selection like 'OK' and 'CANCEL'. can anyone plz tell me which function module should i use? i tried POPUP_TO_CONFIRM, POPUP_TO_CONFIRM_WITH_MESSAGE, and POPUP_TO_CONFIRM_WITH_VALUE.
    pop-up message must be like....
    'atleast one document has been entered.'   " this is text only
    Vendor   :   211111 - product distribution.    "vendor & description from ITAB
    Refrence :  Test1                                          " Ref from ITAB
    Do u want to continue to save?
    OK -CANCEL  
    Regards saurabh

    hi gopinath,
    i passed the FB60 screen number and now it is working, so now only u check that what i write, is it fine or not?
    and please let me know can i increase the size of POP-UP box because all contents are not coming as desired line and spaces?
    please suggest.
      tables : bsip, lfa1.
      TYPES: BEGIN OF t_tab,                   " Structure
               xblnr like bsip-xblnr,
               belnr like bsip-belnr,
               name1 like lfa1-name1,
               end of t_tab.
      DATA: lt_itab TYPE TABLE OF t_tab with header line.  "local internal table
      data : lwa type bseg.       " Local work area
      data : lwa1 type bkpf.      " Local work area
      constants: text1(80) type c value 'Atleast one document has been entered with same vendor name and Reference Data.'.
      constants: text2(10) type c value 'Vendor:'.
      constants: text3(10) type c value 'Reference:'.
      data: message type string,
               l_answer type c.
      read table DOC_ITEM_TAB index 1 into lwa.
    1
      if sy-subrc = 0.
        read table DOC_HEAD_TAB index 1 into lwa1.
    2
        if sy-subrc = 0.
          select single xblnr belnr from bsip into lt_itab where LIFNR = lwa-LIFNR
                                                       and XBLNR = lwa1-XBLNR
                                                       and SHKZG ne 'S'.
    3
          if sy-subrc eq 0.
            select single name1 from lfa1 into lt_itab-name1 where lifnr = lwa-lifnr.
            concatenate text1 text2 lwa-LIFNR '-' lt_itab-name1 text3 lwa1-XBLNR into message separated by space.
            call function 'POPUP_TO_CONFIRM'
           exporting
            titlebar                    = 'Duplicate Check'
            text_question               = message
            text_button_1               = 'OK'
            icon_button_1               = 'X'
            text_button_2               = 'Cancel'
            icon_button_2               = 'X'
               default_button              = 1
            display_cancel_button       = ' '
           START_COLUMN                = 25
           START_ROW                   = 6
       importing
           answer                      = l_answer
       exceptions
           text_not_found              = 1
           others                      = 2
            if sy-subrc <> 0.
              MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                      WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            endif.
            if l_answer = '2'.
              leave to screen 1100.
            else.
            endif.
    else.
          endif.
    3
        else.
        endif.
    2
      else.
      endif.
    regards.

  • Calendar. Annoying pop-up message with Using calendar OS X Mavericks. When it tries to connect to iCloud it gives me VERY annoying pop-up message, that it can't connect and that server responds with CalDAVAddSubscriptionCalendarQueueableOperation: 400.

    Using calendar in OS X Mavericks. When it tries to connect to iCloud it gives me VERY annoying pop-up message, that it can't connect and that server responds with CalDAVAddSubscriptionCalendarQueueableOperation: 400.
    Help me please, really need my calendar!

    Hello Steve
    The simple and quick fix is right-clicking on that little Safe icon in the system tray (near the system clock) and choose Stop Backup/Synchronization. Do you see that icon?
    Turn it on and off as needed. Did this work for you?
    Scott

  • How can i redirect to with one button to different pages!

    Hi All,
    For any application, for the first time,if a new table exists then there will no data in that table.
    based on this scenerio,in my application,i am handling apex validation staying that "you have no data. Please click here to go Reset symbol page.
    when it redirects to Reset symbol i am providing a text box and with a button. Once there enter a symbol and click on button it will inert in that table and again redirects to Home page for say-39.
    simillarly what are the functionality available in home page i had implemented same thing but only it differs page no for say-115.
    In both the scenerio's i will be redircting reset Symbol page where there can insert a symbol explained in above scenerio case.
    My problem is when i am throwing the error msg from page-39 i am redirecting to Reset symbol and when there enter symbol and click on button again i will be redirection t page -39 because the error had came from page-39.
    If the same error comes from page-115 then also i will redirecting to same Reset Symbol where there will be entering symbol and click on button, in this case it should redirect to page-115 instead of page-39 because i have got error from page-115 but not from page-39.
    How to handle the above scenerio, please help me out.
    Thanks in advance,
    Anoo.

    Hi Andy,
    Thanks for your suggestion, it is working fine..But i am facing one problem in page 115, i have two regions and both regiosn have same name but only difference is items names.. when i had tried to rediect to page-115 the umwanted one regions is showing instead of expected region. It is getting failed here bec it is rediecting to differnet region.
    Any suggestion on this!
    Thanks,
    Anoo..

  • How do I move a table with radio buttons to another page?

    I created a document in Word, converted to PDF, added a page (which was created in Adobe Forms Central, only way to get a table with radio buttons - see below for example).
    The issue I have is whilst using the Trial of Adobe XI Pro I was able to move this table up a page and place it under the header.  Now that the trial has run out I cannot complete this task with other documents.
    I started to edit using LiveCycle but it won't let me move the table.
    We have Acrobat X Pro but when I go to edit, it directs me to edit in LiveCycle.  I have tried moving the table using all of these programs.  Can anyone help/guide please? 

    Thank you for your reply.  I am new to editing a pdf and using these programs. I have subscribed to Acrobat XI Pro.  When I try to edit the document it directs me to LiveCycle.  I cannot move the table in LiveCycle.  It won't let me, and I cannot make changes in XI Pro as I did in the trial as it directs me to edit in LiveCycle.  Am going in circles.

  • I downloaded A software to your computer. And I connected with my iPhone. Main page does not work. I can not see it. Iitnos Store does not cost me why?

    I downloaded A software to your computer. And I connected with my iPhone. Main pagedoes not work. I can not see it. Iitnos Store does not cost me why?

    Your posting makes no sense in the English language.  Please post in your native language.

  • Pop-up message with buttons

    Hi all,
    When user press a button, I want to pop up a messagebox showing the message "Do you continue the process? " with "OK" and "Cancel" buttons. ( like MessageBox of Visual Basis).
    Sure, the action will be changed by the button pressed.
    In such case, should I use dialog window(jsp)? or is there other way to make it?
    I've tried javascript and it worked. But I want to make it with JSF/ADF if it's possible..
    I'm using JSF + ADF BC.
    Thanks in advance.
    Hiro

    Hi,
    check this: http://stegemanoracle.blogspot.com/2006/03/re-usable-prompt-to-save-changes.html
    Frank

  • Received a message with dismiss button. Is my iPhone hacked?

    Hello,
    I have Iphone4S with IOS 6. 
    Today I got a message "how are you2" with a dismiss button on it, which occupied the complete screen. Since i found it strange i managed to take a screenshot of it. I clicked on dismiss button and found no sign of it in my message box. I have immeditely switched of my mobile. It is not unlocked / jail broken and I purchased it from a vodafone store under a 2 years contract before one year.
    Following link shows the message I got. http://uploadnow.org/share/343795-IMG_2063.png
    If any one had already experienced it / knows about it, kindly share your suggestions if it is a serious problem to think about.
    Thanks,
    Visweswar
    Message was edited by: visweswar.c

    Hi can you help me regard this problem also
    http://uploadnow.org/share/353957-image.jpeg
    Pls help ya,thanks

  • Pop up screen with radio buttons

    Hi,
    I'm a new to APEX and I've a requirement of creating popup page with two radio buttons.
    This pop needs to pop before the starting/Home page.User must select atleast one of those radio buttons and then it goes back to starting/home page unconditionally.
    Thanks,
    Mahender.

    Hi Mahender,
    OK - the user has finished with the login page and hasn't yet loaded page 1. Therefore, there is no page on screen, which is not possible :D
    What you can do is something like the following:
    1 - In your application, through Shared Components, create an Application Item called, say, G_OK_TO_CONTINUE
    2 - On your page 1, create a new branch. The Branch Point setting for this should be "On Load: Before Header" (this is the point before any page rendering starts). The page to point to would be your "popup1" (except that this should probably be a normal page rather than a popup). The Conditions section for this branch would have the following settings:
    Condition Type: Value of Item in Expression 1 != Expression 2
    Expression 1: G_OK_TO_CONTINUE
    Expression 2: 1
    3 - On your "popup1" page, you should then have a branch that takes the user back to page 1. This branch must set G_OK_TO_CONTINUE to 1 (use the "Set these items"/"With these values" settings on the branch to do this) otherwise you create a loop.
    So, when the user first logs in, Apex attempts to load page 1. The new branch is checked immediately and, as G_OK_TO_CONTIINUE is NULL at this point (and, therefore, does not equal 1), the branch will be triggered and the user is redirected to your "popup1" page. They do what they need to do on that page and, if you want them to actually go to page 1, the branch back to page 1 sets G_OK_TO_CONTINUE to 1, the new branch on page 1 checks this and because the condition is now false, the branch is not triggered and the user is passed through to page 1
    Andy

  • Problem with nested button controlling main timeline...

    I am new with as3, i like it, but I am suffering
    After I looked on google for trying to figure out my problem I attempt to post here...
    to make it simple, I have a loader that is loading some swf(a scrolling content), with some content, in those swf I am trying to put a "close" button and some other like  next/prev. But no way... normally I thought that the MovieClip(root) would make it but it's seems not to be enough.
    code of the swf:
    var btnclose1:btnclose = new btnclose();
    this.addChild(btnclose1);
    btnclose1.x = 770
    btnclose1.y = 55;
    btnclose.addEventListener(MouseEvent.CLICK, closearchi)
    function closearchi (e:MouseEvent):void {
    MovieClip(root).gotoAndStop(1);
    Thanks by advance...

    Hi Ned,
    Actually, I just saw than the problem come from the timeline itself, but I don't see what to do...
    on the frame 1 of the main timeline, it is loading an empty swf into my container"box":
    var myLoader:Loader = new Loader();
    var myURL:URLRequest = new URLRequest("empty.swf");
    myLoader.load(myURL);
    box.addChild(myLoader);
    on frame 2 I have the first content and so on:
    function loadarchi():void
    var myURL:URLRequest = new URLRequest("archi.swf");
    myLoader.load(myURL);
    loadarchi();
    I did a simple button on the main just for testing purpose, telling him to go to frame 1, it doesn't unlod the content ! there is the problem!
    what is wrong with that? it shoul load the empty swf instead of archi...
    thanks again

  • Pop up message with Contract Number if Contract exists in ME21N in MM

    Hi Experts ,
    We have ECC6.04 system.We are NOT usning Pur. Requisition.
    While creating PO by  ME21N transaction code  ,w.r.t. Contract if Contract is exist, then we need to find out the contract Number manually for each material in the req Pur. Org., which is very tedious task.
    We can craete PO from Contract as a follow on document in ME33, but still 1st we need to find out the contrcat and then go to display of it and then craete Release Order (PO)...but it is not necessary that we will use single contract of same Vendor.
    Currently , if contract is exist and we are craeting the PO w/o contract , then system gives Warning Message that '"... but does not gives me Contract Number & item No.
    I'm exploring some enhancement, which will give me pop screen with the Contract Number & item No or system will directly insert the Contract Number and item in the item overview with all the detials picked up from it 9from source list)...while creating the PO in ME21N code.
    Can anyone suggest, whether it is possible to achive the above by doing any custom devolopment or user exit..etc
    Thanks
    NAP

    You can maintain the contract in source list. On creating purchase order you can go to environment-source list---there you will see the contract number, item number  and validity.  If the requirement is to see the contract number and item number can  be done in this way without any enhancement.
    REgards
    Sangeeta

  • Pop Up Message with three  Option---------------Very Urgent

    Hello all ,
       I need a POP Message Name which show three option Before saving My data.
    Please Provide me the name of functional module .
    regards
    Swati,,,

    Hi Swati,
    Use POPUP_TO_CONFIRM
    Regards,
    Sai

  • Firefox will not open at all, keep getting error message with last 2 saved web pages on it

    Yesterday, I closed Firefox. I had multiple tabs opened, so it asked me if I wanted to save them. I clicked YES and closed Firefox.
    I had Google Docs open at the time.
    Now, when I open up Firefox, everytime, it tries to load the 2 saved pages, then gives me an error message saying that Windows will try to find the solution to why it can't open.
    I cannot use Firefox at all now.
    How can I fix this?
    I have re-installed Firefox completely and it does not work, it remembers my settings.

    This can be a problem with the file [http://kb.mozillazine.org/sessionstore.js sessionstore.js] in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete the files sessionstore.js and sessionstore.bak and any existing files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js .
    See http://kb.mozillazine.org/Session_Restore

Maybe you are looking for