displaying a message in apex.submit({request:"submit",showWait:true});)

Hi all

my query is

is it possible to display a custome message in

Apex. Submit({Request:"INTER_STATUS",showWait:true});)

in javascript called

in the html page header, I put

< script type = "text/javascript" >

val() function

{

Apex. Submit({Request:"insert1",showWait:true,ShowMessage:'hi'});)

}

< /script >

and asked the button

JavaScript: val();

works well, but how do I display a message personalized with her as

"the course application"

Why? It already shows an icon of treatment which means 'ongoing'

You can try

#apex_wait_popup:after {
  content: "In Progress";
}

Tags: Database

Similar Questions

  • The/apex/listenerConfigure requested URL was not found on this server

    Please help me...

    After running in the command prompt (java-jar c:\apex.war) to install the earpiece of the apex.
    I have error when I call link http://localhost: 8080/apex/listenerConfigure.

    In the browser displays:

    Not found
    The/apex/listenerConfigure requested URL was not found on this server

    How can I fix this error?


    Thx  :)  :)  :)

    How to mark this thread?

    It seems that you have marked threads as answered present. ;) Probably, you will also find a way to mark messages like 'proper' or 'helpful '...

    at this point, I select complete development environment for the execution environment of this stage is spent. is it good?

    Fix.

    next step is 3.3.3 change the password of the ADMIN account, I think that this step went too couse I read
    "In a new installation of the Oracle Application Express, or if you convert a runtime environment in a development environment, you must change the internal ADMIN account password. In an upgrade scenario, the password is retained and carried over from the prior release. "is right?

    Well, it depends on... You have installed APEX the first time, you do not have a new facility. Anyway, it does not hurt to reset this password... After all, you have validated, you don't know, right? So the only option you have to meet her anyway...

    and a question again, how do to restart proses in point 3.3.4 restart the process?

    Documentation is actually a bit confusing, as this whole section applies only to installation with the APEX listener, so usually there is no Oracle HTTP Server must be restarted. Service that you do not want to restart the listener APEX itself.

    -Udo

  • Set the value of the page elements using apex.submit

    Hey,.

    Does anyone have an idea how to set the value of several page elements using apex.submit?

    Here is my request, she works for this element of the page, but I want to first the value of the other elements of the page (i.e. P30_SHOW_REF) as well.

    select s.nr as NRR, 
    '<input type="button" value="clickme2" onclick="document.getElementById(''BUTTONS'').style.display = ''block'';apex.submit({request:''SET'',set:{''P30_KLT_NR'':'||s.nr||'});"/>' Button 
    from klant s
    

    Thanks in advance!

    Hi Julijan,

    Here is the example:

    apex.submit({
      request:"DELETE",
      set:{"P1_DEPTNO":10, "P1_EMPNO":5433});
    

    Concerning

    J

  • JavaScript callback on apex.submit)

    Request Express 4.2.2.00.11


    What I'm trying to achieve:

    • When an I click on a link, the current page must be submitted then after loading open the link in a new tab.
    • Basically I want to simulate when the user clicks a tab, but instead open to a new page.


    What I've done so far:

    • I've read about Javascript callback and failed.
    • The link:
    <a href="javascript:doSomething(2);">MEMBERSHIP</a>
    • Functions in js:
    function submitAndGo(pageNo,callback){
      apex.submit();
      if(typeof callback == "function")
      followLink(pageNo);
    
    function followLink(pageNo){
      var url = 'f?p=&APP_ID.:'+pageNo+':&APP_SESSION.::&DEBUG.';
      var win = window.open(url, '_blank');
      win.focus();
    }
    
    
    
    • What's happening:

    When I click the link it automatically opens a new tab without waiting for the home page to finish loading (always present).

    I managed to do work with javascript. Here's how I did it:

    The edited link:

    MEMBERSHIP
    

    The edited js function:

    function followLink(pageNo){
      var url = 'f?p=&APP_ID.:'+pageNo+':&APP_SESSION.::&DEBUG.';
      var win = window.open(url, '_blank');
      win.focus();
    }
    

    I added a selection list with this name: P1_PAGE_SUBMITTED with static values 1 and 0.

    I also added this:

    $( document ).ready(
      function() {
      var item = $x("P1_PAGE_SUBMITTED");
    
      if(item.selectedIndex == 0){
      item.selectedIndex = 1;
      apex.submit();
      }
      else{
      alert(item.selectedIndex);
      }
    
      }
    );
    

    Now I can follow the link

    I needed the home page to submit everything first as Page 2 (membership) requires a few items on the main page.

    The membership tab has already worked for me, but I wanted to add this feature to my users.

    Here's an overview of what I wanted (the selection list is now hidden using CSS)

    I am always open to other suggestions. I know that my method is a method of 'shortcut '.

  • It is possible to change the apex.submit () method?

    Hello everyone,

    It seems that the apex.submit () method always executes a HTTP-POST method. Something like this:


    POST /pls/htmldb_devdb11/wwv_flow.accept HTTP/1.1
    Content-Length: 180
    p_flow_id = 136 & p_flow_step_id = 17 & p_instance = 962043850817501 & p_page_submission_id = 1613388309541601 & p_request = T_ORDERS & p_md5_checksum = & p_page_checksum = 82507D5724D222E8E9BCB19A79C6D62F

    I wish I could change this to a GET, it's something like this:

    GET /pls/htmldb_devdb11/wwv_flow.accept?p_flow_id=136 & p_flow_step_id = 17 & p_instance = 962043850817501 & p_page_submission_id = 1613388309541601 & p_request = T_ORDERS & p_md5_checksum =, & p_page_checksum = 82507D5724D222E8E9BCB19A79C6D62F HTTP/1.1


    Thanks in advance,

    Luis

    Hello Luis,.

    There is a solution that you could use. Edit each template of your website and add the following JavaScript just before the end body tag:

    You can't influence (as I know) how APEX produces chains of substitution #FORM_OPEN # and #FORM_CLOSE #.

    Greetings...

  • The problem with the display of success [PROCESS] APEX 4.0 messages

    Hello

    At first sorry for my English...

    I try to create new processes that will allow me to display a message, but...

    I would like to see a message (for example) ' add a user: P33__OO_UZ_ID ' where P33__OO_UZ_ID name is iteam page that contains the identification number of any field

    What needs to be entered in the success Message in the process to dynamically view the ID comes from the Page element?

    Hello

    Try to add to the message

    add user: &P33__OO_UZ_ID.
    

    Please not this endpoint is important

    Kind regards
    Jari

  • Display a message using #SUCCESS_MESSAGE #.

    Request Express 3.2.1.00.11

    Hello

    This question is about the display of messages by using #SUCCESS_MESSAGE #.

    I have the treatment of next Page > code with after presents the process. This code is triggered when the user clicks a button that uses a branch of the page to the user to another page.

    The branch takes the user to the 10101 page to page 10102.

    I put the Clear Cache = 10101 on the branch.

    BEGIN
    
    INSERT
      INTO dad_assessment_request
    ( tenure_id
    , client_id
    , estimated_area_ha
    , estimated_length_km
    )
    VALUES
    ( :P10101_TENURE_ID
    , :P10101_CLIENT_ID
    , case  when :p10101_measure_option = 'AREA' then :p10101_x end
    , case  when :p10101_measure_option = 'LINE' then :p10101_x end
    );
    
    END;
    
    
    

    In the process of Page Edit > dialog box Messages I placed a process success Message and the error of process.

    The problem is that the message does not appear on the page that the Branch directs the user to.

    If I change the direction to inform the user the current page, no message is displayed or the other.

    How can I treat it the Message to display in the active or branched page?

    Concerning

    Ben

    have you tried setting the success message options branch...

    the 'target' a 'plug' have an 'Advanced' option which is foldable/expandable

    There is a 'Success Message' option, it should be 'yes '.

  • How to stop a process to run and display a message

    I have a button that inserts data in a table based on variable bind selected on the page. I want to add code to the button that will check to see if some data already exists in the table, to bind the variable, and if the data already exists, stop the process and displays a message that says 'you have already inserted this information - blah blah blah ". If this is not the case, continue to insert. What would be the best way to do this?

    Currently, the button is a plsql that inserts the data.

    Any help or examples would be greatly appreciated!

    mholman

    Published by: user10488561 on July 27, 2009 08:48

    Use a validation process for this. If the validation fails (there are data) the process will not be executed. If this is not the treatment will continue.

    Denes Kubicek
    ------------------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    ------------------------------------------------------------------------------

  • How to display the message no data found

    My problem is that when my report generates no how to display a message "No Data found for search criteria" to data users? Here is an example of XML, when there is no data found.
    <?xml version="1.0" encoding="UTF-8"?>
    <DOCUMENT>
        <DATE>01-MAY-09</DATE>
        <USER_NAME>MYUSERNAME</USER_NAME>
        <APP_ID>750</APP_ID>
        <APP_NAME>APEX - Application Builder</APP_NAME>
        <TITLE>Averaging_Change_Letter</TITLE>
        <P7_MINIMUM_VARIANCE>0</P7_MINIMUM_VARIANCE>
        <P7_PROVIDER_ID>2033</P7_PROVIDER_ID>
        <P7_SIGNER>Someones Name</P7_SIGNER>
        <P7_SIGNER_PHONE>(801) 999-9999</P7_SIGNER_PHONE>
        <P7_CHANGE_DATE>11-JAN-09</P7_CHANGE_DATE>
        <P7_PAY_DATE>30-JAN-09</P7_PAY_DATE>
        <P7_PERIOD_NUMBER>3</P7_PERIOD_NUMBER>
        <REGION ID="0">
            <ROWSET>
                <ROW>
                    <PROVIDER_ID></PROVIDER_ID>
                    <HR_EMPLOYEE_NUMBER></HR_EMPLOYEE_NUMBER>
                    <PROVIDER_NAME></PROVIDER_NAME>
                    <BIWEEKLY_PAY></BIWEEKLY_PAY>
                    <CHANGE_DATE></CHANGE_DATE>
                    <EFFECTIVE_TO_MONTH></EFFECTIVE_TO_MONTH>
                    <LETTER_DATE></LETTER_DATE>
                    <MONTH_FROM></MONTH_FROM>
                    <MONTH_TO></MONTH_TO>
                    <PERIOD_ABBREV></PERIOD_ABBREV>
                    <PERIOD_FULL></PERIOD_FULL>
                    <RVUS_IN_PERIOD></RVUS_IN_PERIOD>
                    <DAYS_IN_PERIOD></DAYS_IN_PERIOD>
                    <DAILY_RVU_PRODUCTION></DAILY_RVU_PRODUCTION>
                    <RVU_PAY_RATE></RVU_PAY_RATE>
                    <PROVIDER_EXPLANATION></PROVIDER_EXPLANATION>
                    <PREV_PROVIDER_ID></PREV_PROVIDER_ID>
                    <PREV_MONTH_FROM></PREV_MONTH_FROM>
                    <PREV_MONTH_TO></PREV_MONTH_TO>
                    <PREV_RVUS_IN_PERIOD></PREV_RVUS_IN_PERIOD>
                    <PREV_DAYS_IN_PERIOD></PREV_DAYS_IN_PERIOD>
                    <PREV_DAILY_RVU_PRODUCTION></PREV_DAILY_RVU_PRODUCTION>
                    <PREV_RVU_PAY_RATE></PREV_RVU_PAY_RATE>
                    <PREV_BIWEEKLY_PAY></PREV_BIWEEKLY_PAY>
                    <PREV_PERIOD_ABBREV></PREV_PERIOD_ABBREV>
                    <PREV_PERIOD_FULL></PREV_PERIOD_FULL>
                </ROW>
            </ROWSET>
        </REGION>
    </DOCUMENT>
    Published by: tfa on May 1, 2009 10:30

    I missed a POINT in front of! =, his. ! =

  • Displaying a message

    In the past a message displayed in the Inbox message list. Now, this box is blank and I have to double click on the line of the message in the list. Which takes me to a view full screen of the message. I can't find an option or parameter that controls. How can I do resume displaying the message below the e-mail inbox list?

    Disable you the message pane?
    Pressing F8 it will switch on and outside.
    You can also go to the menu bar and select pane display-in page-Message.

  • How to cancel "do not display this message" Popup Options

    Hello

    I recently checked a box of a statement that has something like "Do not display this message again." She was wearing on my boot drive is completed and the message posted about every five minutes. Now, I want to see when this happens because I have since moved some files, but how can I cancel the possibility of no longer see the popup?

    Thank you very much for the help!

    Alan

    Once you have checked this box, it is not possible see this warning again.

    However, you can check at any time to your available storage space.

    Click on your Apple  menu at the top left of your screen. In the drop-down menu, click on: about this Mac , and then select the storage tab.

    Free space is noted here.

  • When you try to upgrade to photos in app store I get this message "the object you requested is not available in the store US." does anyone else have this problem or can you tell me how to find pictures in the app store

    "When you try to upgrade to photos in app store I get this message"the object you requested is not available in the store US."does anyone else have this problem or can you tell me how to find pictures in the app store" someone else meets this.  Is it me or is it pictures?

    Ever photos first? It should have been included when you first update of Yosemite and now El Capitan. I know that iPhotos updates get a message like that, but I didn't know the Photos app with a message with it.

    Update to iPhoto to Photos for OS X - Apple support

  • All the sites SSL Web I visit displays the message "this connection is untrusted" and shows me a false SSL certificate for a different domain name.

    When I visit a Web site that requires SSL I displays the message "this connection is untrusted". Any Web site that I visit, it's always exactly the same message and the same SSL certificate that she is no longer valid for www.thawte.com

    support.Mozilla.org uses an invalid security certificate.

    The certificate is not approved, because no sender string has been provided.
    The certificate is valid for www.thawte.com
    The certificate expired on 11/11/2011 23:59. The time now is 11:46 28/01/2012.

    When I click "Add the Exception" on a Web site and view the certificate, it is exactly the same certificate with the exact same serial number.

    I had a similar problem with Internet Explorer showing a 404 error when I visited SSL protected pages but to do a restore of the system a month ago to correct this. All other bowsers are / were very good.

    I installed Firefox 3.x month last to test something that is when the problem started. I have since uninstalled Firefox 3.x and reinstalled the latest version. I deleted all the preferences/settings, disabled modules and reinstalled many times. I did a Windows system restore to before that the problem started with no luck.

    The time / Date on my computer are correct. I have no firewall other than the windows one. I had no antivirus (netbook) until I installed a (Avast) yesterday to see if a virus was causing issues (found nothing). This problem arises on any internet connection (tested to work and home).

    Try bypassing the caveat

    or try to use the module Skip Cert error (to jump to the SSL/TLS certificate error page)

    Thank you

    Please check 'Resolved' the answer really solve the problem, to help others with a similar problem.

  • How to: display a message while for loops, with no required user input

    Hi everyone, I'm relatively new to LabView, using 8.5.

    I want to display a message all in one for the loop runs, requiring no user input to delete the dialog box (that is to say, the box disappears after the end of the loop For).

    Any ideas?

    Thank you

    Darren


  • Display a message to a user in a while loop

    Hello.  I've been using Labview for about 4 days and I have this preface saying that it is a homework problem, I'm not looking for an exact solution just someone to point me in the right direction.  I need to display a message to a user.  The problem is that, since it is within a while loop, when the condition is met for the notification to display, it just returns to the top and never let the user change the values to correct the problem.  It should be pretty obvious that the vi is supposed to do by looking at, and everything else works fine, until I put the message in it.  As an aside, I know that there are probably much better ways to accomplish the tasks that I decided to do about it, but as I said, I am completely new to LabView, so I apologize for the most elegant programmers out there for my brute force programming!  I searched the forums and found a few things about statements of case and registers at offset, but I have no idea how to use.  I have on this part of the problem, worked for hours now and make me nowhere, so any help will be really appreciated.

    Welcome to the Forums!

    First of all, thanks for pointing out that this is a homework problem. We mind helping people learn LabVIEW but oppose when someone is trying to put his homework for him.

    Statements of case and shift registers are probably what you need to learn next. Specifically, a state machine is probably well suited for this type of program. I think that your LV version came with a template or design for a state machine model. Look under the menu file > New... (No new VI) and see if you can find a state machine model.

    Other comments:

    -If you don't use a structure of the event, and then put a (ms) waiting inside the loop so it doesn't turn thousands of times per second that does exactly the same thing each time until the user changes a control.

    -In line and force? will make the comparison and select lower left and upper right part of your VI.

    -Force the amount entered for the multiple of 5 cents is OK, but can be confusing to the user trying to get 3 cents. A note on the Panel or a bunch of advanced control may be useful.

    Lynn

Maybe you are looking for

  • Display refresh problem: Pixellations

    Pixelation occurs only in Firefox. I tried to plug in computer screens and other screens, LOC and the problem is that the same no matter what screen is hung. It only happens with Firefox and not other browsers or other programs on my computer, includ

  • Satellite P500 inflicts no boot to the

    Hello Bought the Toshiba P500 this arvo, but since then the computer did pay.Now its fully charged and I have managed to turn and enter the default details (time, place, etc.), but after he finished all these stuff, it just stopped. The screen was di

  • HP deskjet 2050 j510 series: incompactable ink

    I stopped using the printer for 2012 and now I've replaced the ink cartridges (122) and he began incompactable cartridge statement. I bought this printer in nigeria when I installed the printer software, that I downloaded from the hp site, country op

  • Metadata, Yes, but what about date of file creation?

    It's fine that the exported photos retain their metadata and all but the creation and modification of file dates are listed as the time of export. Is it possible to keep the original creation date of the file.

  • PS and price

    Hello!I want to subscribe to a sub (Photoshop CC), which is €23.99 per month, but I have two questions about this: why is the "Photo"-package (LR + PS) cheaper than the only PS (is it because of the size of the cloud storage?) "» is the price for PS