progressIndicator or statusIndicator on the button Save

Hello

I use jdeveloper 11.1.2.3.0

I would like to know which component I could use in the case of save button runs a heavy procedure on DB, which takes a few seconds.

I saw progressIndicator and statusIndicator.

But I do not know how to use them with the button Save.


Which of them I should use and how?

Thank you!!

It is not as simple as you implement a progress model that does the actual work. All this is quite some work. for just a backup button.

You may be interested in this solution http://www.oracle.com/technetwork/developer-tools/adf/learnmore/27-long-running-queries-169166.pdf (comes with the sample code for you to check!). That fits your use case best. Or take a look at http://www.oracle.com/technetwork/developer-tools/adf/learnmore/42-progressbarcolor-169184.pdf

Timo

Tags: Java

Similar Questions

  • By pressing the button Save on file open Excel from an attachment Windows - done he does nothing?

    My son opened a spreadsheet Excel of an attachment in Windows Mail. He then worked for several hours on the worksheet by pressing the button 'Save' on a regular basis. At no time, he asked for a file name or location, so he assumed that he recorded in the Documents folder. When he had finished with the file, he pressed the "x" to exit. He has not asked if he wanted to save the spreadsheet and so assumed that it had been properly registered. A few hours later, he went to open it, it had worked but could not find anywhere on our hard drive. It will be able to locate a copy of this file anywhere, or it is lost forever? If so, why on Earth don't Excel (or Word etc I expect) not asking you to save the file that you are leaving?

    In the future, you will need to save the first attachment in a separate file, then open it and change it.  Outlook (part of the suite Office) will allow you to open attachments directly and work on it, and save without problems, but Windows Mail is not part of the office and you can do that without saving the file first.
     
    Steve
     

    My son opened a spreadsheet Excel of an attachment in Windows Mail. He then worked for several hours on the worksheet by pressing the button 'Save' on a regular basis. At no time, he asked for a file name or location, so he assumed that he recorded in the Documents folder. When he had finished with the file, he pressed the "x" to exit. He has not asked if he wanted to save the spreadsheet and so assumed that it had been properly registered. A few hours later, he went to open it, it had worked but could not find anywhere on our hard drive. It will be able to locate a copy of this file anywhere, or it is lost forever? If so, why on Earth don't Excel (or Word etc I expect) not asking you to save the file that you are leaving?

  • Composer of the Oracle of the button Save.

    We have a webcenter application. We have created a few pages editable.

    Environment, when I Ctrl + Shift + E mode pages, I see "Save" button. This button is not available on a few other environments.

    Who has the button Save oblige the user to save changes before leaving to ctrl + shift + e mode. In the other environment user changes are being recorded immediately without him asking to save.

    What would be the difference?

    Thank you

    Sannjeev

    Hello.

    The Oracle Documentation:

    The "Save" button is provided in the toolbar of the composer only if the application is configured to use a sandbox. For more information on sandboxes, see section 21.2, "Using composer Sandbox."

    I hope it helps.

    Kind regards.

  • Why the button "Save as" does not work in new Acrobat Reader? Very annoying...

    Why the button "Save as" does not work in new Acrobat Reader? Very annoying...

    I have already updated to the last DC v15.009.20077...

    So I found a way, if I do it just right, it works (with the file, click the "tiny" file and then save as. I made the mistake of first pressing the home much more first. Really not intuitive or easy to use even if... Looks like you have replaced the button "save under" with the "save in the cloud." We use mettle at work, and the cloud of Adobe is irrelevant for me...

  • Record level of the button Save

    Hello everyone.

    I use jDev 11.1.2.1.0

    I have a table in which I have to add another a column at the end with a single button.
    So, if there are 15 files shown, there will be 15 buttons at the end of each record.

    The functionality of the button must register only the changes that correspond to the button registration. An all-time save button.

    How is it possible to be reached? Do you have any advice?
    Thank you very much
    ~ apostolos

    apostolosk wrote:
    Hello everyone.

    I use jDev 11.1.2.1.0

    I have a table in which I have to add another a column at the end with a single button.
    So, if there are 15 files shown, there will be 15 buttons at the end of each record.

    The functionality of the button must register only the changes that correspond to the button registration. An all-time save button.

    How is it possible to be reached? Do you have any advice?
    Thank you very much
    ~ apostolos

    I'd rather leave the editing in table give a button called EDIT that takes you to bounded task flow with a single record in a FORM and give to commit button here that will bring back view table of records.

    providing the button SAVE with each record will be confusing to users that they could forget to click on the button Save with each lost record output transaction.

    Zitouni

  • Disable the button Save all the time

    Hello! I want to have a form that is with button "DISABLE" save all the time. When I put this code below into the trigger once - new - form - Instance:
    Set_Menu_Item_Property('Action.Save', ENABLED, PROPERTY_FALSE ) ;  
    first of all, it's disable, but when I click the "RUN" button, the "Save" button is again enable. My question is where I must put the code above to disable the button Save all the time.

    TX in advance.

    indoracle wrote:
    Hello! I want to have a form that is with button "DISABLE" save all the time. When I put this code below into the trigger once - new - form - Instance:

    Set_Menu_Item_Property('Action.Save', ENABLED, PROPERTY_FALSE ) ;  
    

    first of all, it's disable, but when I click the "RUN" button, the "Save" button is again enable. My question is where I must put the code above to disable the button Save all the time.

    TX in advance.

    Hello
    Is there another code in the form to activate this?

    Try the code at the moment-new Record Instance to the block level.

    Hope this helps.

  • Disable the second click of the button Save

    Hello

    I'm trying to hide or disable the record button on siebel WD once it has been clicked. I tried the following two are approached:

    (A) in the model speed of Menu bar
    #set($save-case-uri-to-use=$save-case-as-uri)
    #end
    $separator
    < script type = "text/javascript" > document.write ("< a href =" # onclick="dolink(\'${context-root-path${save-case-uri-to-use}\") ">$ {save text} (< /a > ') < /script >"
    "{< noscript > < a href="${context-root-path}${save-case-uri-to-use} "target =" ${frameset-top-target} ">$ save {text} < /a > < / noscript >
    #set($separator=$menu-separator)
    * #set($show-save = "false") *.

    (B) in the model of utilities Java Script:
    If (url.search ('save')! = - 1) {}
    Set($Show-Save = "false")
    }
    on the other
    {
    #set($show-save = "true")
    }


    None of these answers is currently and save them button is always visible. Could you get it someone please let me know what is the problem with the above codes and how to disable or hide the second click of the button Save.

    Thank you
    JAS

    Philippe,

    So, if I understand your needs, you want users to be able to load the session and change the values once, save it and then not be able to register again (unless they re - load the session)?

    If touches you when registering, you must keep this state somewhere, the best place for this is probably a cookie.

    * When the record button, set a cookie that allows you to hide the Save button.
    * Clear the cookie if a new session is started.

    I think it's important to say again, that: hiding the Save button does not neutralize save web application if a user built the correct URL, they will still be able to record.

    Take a look at http://www.w3schools.com/js/js_cookies.asp in regards to javascript and cookies

  • disable the button Save in the toolbar

    I am embedding my pdf to html, I wish that the toolbar to display, is there any similarly leave the toolbar display with the "print" button, but not the button Save? Thanks in advance.

    No - and there is no point. At the time where the person sees the PDF on their screen, they already have saved on their computer. Don't broadcast PDF files.

  • The button "Save as" not working en netbook

    installed photoshop cs5 on my netbook and it has worked well but stopped working days after the button "save under ' try put it back, but still doesn't work do not

    Sorry my bad English

    What is your screen resolution?  I suspect that you changed it.

    Your screen should at least 768 pixels vertically, or the Save dialog box under will not come.

    -Christmas

  • Click on the button Save. Displays the record 500

    Hi gurus,

    new IM framework oracle, I have a strange question

    When I click on the button Save will be retruns to the previous page, but some times its nt accessing previuos page.
    and shows 500 records in my page.
    Please any body help me with that.

    Thanks in advance
    Concerning
    Jegou

    Hello

    He is missing one step, you must set the maximum size of vo at zero.

    vo.setMaxFetchSize (0);

    use code below:

    Public Sub createSupplierContact()
    {
    SupplierContactsVOImpl vo = get_SupplierContactsVO1 ();
    OADBTransaction tr = getOADBTransaction ();
    Vo1 SupplierSitesVOImpl = get_SupplierSitesVO1();
    vo.setMaxFetchSize (0); - is that I added
    Line r = vo.createRow ();
    vo.insertRow (r);
    r.setNewRowState (Row.STATUS_INITIALIZED);
    }

    Let me know it works r nt... :))

    Concerning
    Meher Irk

  • In the last week when I call a PDF file and print icon press that I get the button Save?

    With the help of Acrobat DC (last updated) with windows 7. Last week when I call a PDF via Amazon and press print icon, get the print with a button save page?  When I save the doc, I can print through this (different) window.  This happens with other sites that use PDFS.  Someone at - it a fix.  Talk to Adobe to YOU!  But, would appreciate help from anyone who is familiar with the issue.  See you soon!

    When you see the print dialog box, click on 'Change' of Destination and select your physical printer which is in this case HP Laser Jet.

    Here is the screenshot:

    Let us know the results.

    Thank you!

    Shivam

  • Issue size PDF after click on the button "Save as".

    Hello everyone, I have a pdf file that is about 180 KB.

    After clicking on a button "save under", that I created, a small calculation script is run and the file, after registration, jumps to 1, 2Mb.

    Any thoughts on how to avoid this? Javascript calculations are simple calculations (capital plus interest and a penalty).

    Thank you everyone for the help!

    This is usually caused by policies that have been added to your form fields.

    You use a non-standard font?

  • Trigger the button Save

    Dear friends,

    I created a form using default menu and smartbar. I want to perform an action as soon as the button icon to save a click on what must I do to achieve this.

    Manish Manyal

    Well probably you can take a look at this thread as well

    This speaks to prevent duplicates

    Restrict duplicates using the record group

  • HDR Pro, can't see the buttons SAVE or quit SMOKING

    Photo files open and merge to HDR pro, but it seems resizes the window and I can't see SAVE or CANCEL buttons down, do FORCE QUIT to exit. I tried to resize the window, zooming, changing the Prefs system display resolutions. I took my old iMAC from 5 months to the Apple store and they think it's CS5. Any ideas?

    Do you mean cmd/opt/esc to force quit?

    No, I meant to leave the dialog in absence or the Cancel button inavailabilty; But if you followed the issue already you probably all of us who are already trying to anyway.

  • When I click on the button Save the data get deleted

    Hi all

    I am using oracle 10 g Forms.

    I have a form when the user enters data and click on save option the data erased the form and asked the user to enter to enter the data again. Can a pls tell me the reason behind this. I got the clear_block and the clear_form in the coding. Once again his coming.

    Concerning
    Srikkanth

    Hello
    have you searched for the clear_form or the clear_record else where, in the form?
    or just check out anywhere to reassign the value null.

Maybe you are looking for

  • Book with El Capitan problem

    iMac: 27 "3.1 GHz intel core i5 16 GB 1333 MHz DDR3 RAM OS X 10.11.6 Contacts (address book): Version 9.0 (1679.10) All the contacts stored on the iMac "disappeared" after upgrading to OS Maverick to OS El Capitan. I can find the list in Time Machine

  • Portege A200 wireless on off does not work

    Hello guys somebody please help. whenever I turn on the wireless button an error message popped up in a pretty blue screen. DRIVER_IRQL_NOT_LESS_OR_EQUAL Help, please. This laptop is no trouble, its cute well however. :)

  • Motorola Services App update

    My phone MTOW 1052 xt model number an app not updated (Motorola Update Services App)

  • Analyze multiple images

    Hello My goal: to measure a certain size on many images in a folder What I can do: write a VI that prompts the user to select the image file, it opens, the size you want in a given region of interest of the measures What I need: a VI that retrieves t

  • 2 questions: backups of disk XP and EULA talk about more than 1 CPU.

    2 questions: The Windows XP Home EULA says that I can not use the program on more than one CPU. Does this mean that I am breaking the agreement by running on a dual-core CPU? Second question, it is good to re - install Windows XP from a backup copy,