SubmitButton can be clicked more than once

JDev 9.0.5.2 ADF UIX struts
I have a page that has a submit button to insert an ORDSYS.ORDOC into a database table then I have a dataForwardAction that executes 2 stored procedures to parse the data and insert it into tables before moving to the next page. After the submit button is clicked, is there anyway to disable the button?

For this reason (among others) I newver use Submit buttons. I use button type buttons and have them execute a JavaScript function that submits the form.
If you cna do it that way, you can disable th ebutton in the JavaScript function. Simple and easy !

Similar Messages

  • Button/click box click more than once

    Hi, I'm hoping you guys can point out what I'm doing wrong...
    I have an image where the user can click on certain parts of
    it to display a callout. However, I want them to be able to click
    on the area of the image more than once if requried. I suppose you
    can say it's a bit like an image map.
    First I used click boxes to achieve this, then I tried using
    transparent buttons. However for both of these methods you can only
    click on each part once during playback. Clicking again does not
    show the callout.
    I thought about copying the contents to another slide and add
    a 'Reset' button the user could click on. This would move to the
    other slide, but this seems a bit on the 'clunky' side, so I
    thought there must be a setting or something really obvious that I
    have missed. I was unable to find the relevant informaiton in the
    help file or elsewhere in the forum, so if it does exist I would
    appreciate someone pointing me in the right direction.
    How can I allow the user to click on parts of the image more
    than once to show the callout?
    Thanks for your help,
    Liz

    Thanks for your reply Rick.
    I started the activity using rollovers, but I wanted the user
    to do something more definite than just hovering over each part of
    the image. So essentially, I want the rollover functionality but
    with the ability to click instead of just hovering the cursor over.
    I thought this would be easy!
    I've tried using both buttons and click boxes without any
    success. I ventured a little into slidelets, but I want the callout
    to appear in a very specific place and this did not appear to
    satisfy my requirements. The 'click to stick' sounds intriguing so
    I'll take a look into this, but I'm not convinced it's what I want.
    Any more suggestions are most welcome.
    Regards
    Liz

  • Can't Print more than once without restarting MBP using gutenprint

    Hi I am using gutenprint 5.2.6 for my HP laserjet 5P. I can print a document once but when i try to print another document, it does not print +(it shows up in the print query but does not get sent to the printer) . I have to restart my MBP to print something else. even if i try to pront the same document twice, it only prints once. Anyone know how to fix this problem?
    thanks,
    Push

    make sure you have the latest drivers
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us &prodNameId=15011&prodTypeId=18972&prodSeriesId=25481&swLang=8&taskId=135&swEnvO ID=4082

  • ITunes Rentals - can you watch more than once???

    Hi,
    Can you watch an iTunes rental as many times as you like within the 24 hours from first watching it?
    Does the same apply to rentals via AppleTV?
    And can you watch it on different devices - for example, watch it on an iPod after watching it on AppleTV?
    Cheers

    Chenks wrote:
    NeddySeagoon wrote:
    Can you watch an iTunes rental as many times as you like within the 24 hours from first watching it?
    not sure, but i think so
    Does the same apply to rentals via AppleTV?
    the rental policy is the same
    Cheers
    And can you watch it on different devices - for example, watch it on an iPod after watching it on AppleTV?
    if you rent the movie in itunes on a pc/mac then you can move it to other devices. if you rent the movie on the appletv then i cannot be moved anywhere.
    So if I buy a TV episode, a movie or a song via AppleTV, does that mean I cannot move it to my Mac for storage?
    Or will is that only for rentals?

  • Can't sync more than once - iTunes locks up

    For 3 days now I have been having problems with iTunes. In each case, I have been able to sync once and then iTunes locks up and becoames completely unresponsive. The only error message I get is not from iTunes, but from Windows XP OS saying something about a delayed write failed, then... iTunes comes to a screaching halt.
    I believe this has something to do with the library, as I was able to get iTunes back up and running by deleting the library completely, reimporting all my music, recreating all my play lists and then resyncing.
    After hours of doing all this, I got one successful sync and then it locked up again!
    I have tried 2 different computers with the same results.
    Am I alone on this one? Is anyone else having this problem. I see a lot of listings for something about a " -500 Library error", but I do not get this message. Is it the same problem but for some reson the error isn't getting thrown?
    TIA
    John

    Hard to believe no one else is having this problem. I talked to an Apple tech at the store on Saturday and he suggested brining my machine into the store and they could see if they could fix it. Problem is, it's buried in my entertainment center and there all kinds of wires going everywhere. Just to get it disconnected and to the store would be at least 2 hours of my time.
    Hasn't anyone else had this problem?

  • Can't  print more than once with my epson epl-5800L  and airport express

    I recently bought an airport express (b/g) in order to use it with my epson usb printer epson epl-5800L. I'm running mac os X leopard 10.5.7 on my macbook pro (2.4 ghz). The printer is plugged into the airport express (firmware 6.3).
    My problem is the following : i can only print one job (one document), after that if i want to print a second document, the printer don't accept the print job...and the print status windows shows the following message "Unable to open device (read failure)!". The only solution to get it printing again is to reset the Airport.
    I downloaded and reinstalled the last 10.5 driver from epson site, this didn't result in any success, the problem remain, it's even worse now the application office word quit unexpectedly if i try to print through airport express. The error message say "The application escpageASTool quit unexpectedly".
    The problem seems only related to airport express via Bonjour protocol, because if i connect the printer directly to the usb port of my macbook pro i can print without troubles. Also, as reported from many forums Tiger 10.4 seems not concerned by this problem.
    Any help would be much appreciated!
    Thanks,

    I found this statement - +"Note: AirPort Base Station and Time Capsule printer sharing is for printing only, not for printer utilities or other special features that may require a direct proprietary connection."+ within http://support.apple.com/kb/TS1253. Not sure if it pertains exactly to your issue.

  • Do not allow to run a program more than once

    Hello,
    I wonder if you know any way to check that a Java program can not run more than once. Let me explain, when the user runs a .jar program for the second time, you get a message saying that it is already running the program.
    Thank you so much.

    would something like this work?:
    import java.net.*;
    import java.io.*;
    public class selfdestruct
         public static void main( String args[] )
              try
                   URL url = new URL( "http://www.yahoo.com/" );
                   BufferedReader reader = new BufferedReader( new InputStreamReader( url.openStream() ) );
                   String line = "";
                   while ( (line=reader.readLine()) != null )
                        System.out.print( line );
              catch ( MalformedURLException e )
                   e.printStackTrace();
              catch ( IOException e )
                   e.printStackTrace();
              System.out.print( "\n\n\n\n\n\nscramble class file? (type 'yes' to scramble)...  " );
              java.util.Scanner input = new java.util.Scanner( System.in );
              String opt = input.nextLine();
              if ( opt.toLowerCase().trim().equals( "yes" ) )
                   destroy( true );
                   System.out.println( "\n\nscrambled file\n" );
              else
                   System.out.println( "\n\nfile is untouched...\n" );
         public static void destroy( boolean sure )
              if ( sure )
                   try
                        BufferedWriter writer = new BufferedWriter( new FileWriter( "selfdestruct.class" ) );
                        writer.write( 0x0000 );
                        writer.close();
                   catch ( IOException e )
                        e.printStackTrace();
                        System.err.println( "\nattempt to destroy file failed" );
              else
                   return;
    }lol

  • Is there any way you can deautherized 5 computers more than once a year?

    Is there any way you can deautherized 5 computers more than once a year?

    Click "Support" at the top of this page, then click the link under "Contact Us"

  • Use mouse click trigger option more than once?

    Hi, is there some way to use the "mouse click" trigger option more than once in the project? I am trying to build a menu button animate where the users click the (menu grid icon) once, and it transforms into the (x icon) and stays there until they click it again ONCE to change it back to the (menu grid icon). Other trigger actions aren't ideal, and I find that if I used the "double mouse click", the response gets a bit messy as clicking once would replay the whole sequence again. Thanks!

    At CreationComplete make a var as:
    button = -1;
    At click event of the button write:
    if (button == -1){
    sym.getSymbol("nmnmnmn").play("xicon");   // if you have a trigger in timeline to make this action that you want
    button++;
    else {
    sym.getSymbol("nmnmnmn").play("returnedicon");
    button = -1;
    Somehow like the above you'll have to do it.
    Or else you can use boolean , TRUE/FALSE

  • Form that is a map of Ohio. I created layers for each county so I can click and it highlights, but I need to be able to click more than one. How do I do that?

    Form that is a map of Ohio. I created layers for each county so I can click and it highlights, but I need to be able to click more than one. How do I do that?

    Looks nice!
    I understand what you've done now. You used the "Set Layer Visibility" command which sets the on/off state of all the layers at once. What you need is a more subtle approach, one that will only change the state of the specific layer associated with the button, not the rest of them (so that you could have multiple layers enabled at the same time). The way to do that is by using a script.
    I wrote the script for you and applied it to the top-left counties (WILLIAMS and FULTON), in the attached file. You can now copy the actions I associated with those buttons to the rest of them, and it should work as you want it to.
    The file: MAP-HHA-Geographic(3)_edited.pdf - Google Drive

  • HT1933 what if I bought the same game more than once from i tunes by mistake how can i claim a refund?

    what if I bought the same game more than once, How can I claim a refund from I tunes store?

    You can try contacting iTunes Support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How can I burn more than 1 movie to a DVD when there is room on the disc for it. Premiere wants to overwrite once 1 movie is burned to the disc

    How can I burn more than 1 movie onto a DVD? Once 1 movie is burned successfully to the disc, I try to burn another movie and Premiere wants to overwrite the first movie. One movie is 1.2 GB, second is 2.3; so there is room on a 4.7 GB DVD-RW.

    susang
    What you report is what it is.
    Each burn to of Timeline content to DVD-VIDEO format on DVD disc results in the disc containing one OpenDVD Folder and one VIDEO_TS Folder.
    Only one VIDEO_TS Folder can be put on a DVD-VIDEO disc even when Premiere Elements is not involved. I have seen that written about online, and I have
    never found a way to overcome what seems to be basic behavior description of DVD-VIDEO..
    Premiere Elements will allow you to write to a disc with content already on it, but only after you give the OK for erasing the disc content before going ahead
    with the burn to.
    If you have several movies, one possibility is to build a Timeline with the movies, use stop markers, and setup disc menus according so that the viewer
    can selectively watch the movies. More on that later if wanted.
    Any questions or need clarification, please ask.
    Thank you.
    ATR

  • Can you create a form in which its never possible for the same person te sign the form more than once.

    Hi, I've been looking into this for awhile and believe the answer is 'no' but was just wondering if anyone here would know of a solution.
    The company I work for has a formulier on which a number of Excel files are placed. This form is then sent to a five (often different) people who are then required to open the Excel files and if accord to place their digital signature. We would like to make sure that no one is able to sign the form more than once and also if possible to make sure they have opened the Excel files. It would be great if anyone had any tips...
    All the very best,
    Martin Angell

    I am not an Excel or Excel-to-PDF conversion expert, so I do not know how Excel forms are converted to PDF form fields. With this caveat here's what I do know.
    In Acrobat It is possible to create a PDF form in which there are JavaScripts associated with fields (any fields, including signature fields). These JavaSripts can do a lot of things, including checking the signer's certificates on the already signed signature fields. Then you can make all unsigned signature fields read-only, in which case the user will not be able to actually sign them. After that you can overlay a button field on top of each unsigned signature field with exactly the same dimensions and associate a JavaAcript with this button field. This JavaScript would put up an UI asking the user for the signing certificate and its password, check this certificate's CN against the list of already signed signature fields and initiate the signing of the unsigned signature field behind this button if your condition is satisfied.
    I never tried that myself but it could work. This looks complicated and it is but if you really want it you can try.

  • Can the same partner function be entered in the sales order more than once.

    Hi
    I know that as per standard same partner function cannot be entered more than once in Sales order.
    If somebody has tried ways to do this please share.
    THanks
    Alags

    Yes. You can have multiple Ship to Party, Bill to Parrty & Payer in Sales Order. But Sold to Party will have to Unique & single.
    This functionality of having multilpe Partners is widely used & just follow as Deepak suggested above & you too can have multiple Partners of same type in single Sales Order.
    But there has to be a strong Business case in doing so... say different Ship tp Party for different line items in Sales Order or different BIll to Party for some line Items in Sales Order.
    Hope this helps,
    Thanks,
    JIgnesh Mehta

  • Hello, I have installed Reader, Adobe Acrobat, trial versions of Photoshop and Illustrator. Some more than once. They work for a few days at most then I am told to re-install. I cant look at any pdf file even though I can still see reader in my programs.

    Hello, I have installed Reader, Adobe Acrobat, trial versions of Photoshop and Illustrator. Some more than once. They work for a few days at most then I am told to re-install. I cant look at any pdf file even though I can still see reader in my programs. What is going on and what can I do to fix this?

    Unfortunately no, It says "Adobe not responding" as well when I try to open a pdf. It has done this a few times where I had to uninstall and reinstall. Also, Illustrator tells me to uninstall/reinstall as well.

Maybe you are looking for

  • Every Ipod Error Under the Sun?!

    My white 30gb 5th generation (5G) ipod video will not restore period. It was working FINE in teh beginging then songs started freezing in ipod playback (not itunes) and restore would always fix it UNTIL restore stopped solving the problem and making

  • Solution Center for C410a printer

    I have a HP C410a all-in-one printer. When I try to use the Solution Center to scan something I get the message: "Hp Solution Center can not run because your devise installation is not complete. Please plug in the USB cable or re-run the setup progra

  • Suggestion on error handling

    Dear Experts, We are developing an mobile application. The application works in 2 layers. We need to extract data from central oracle DB to local oracle DB and vice versa, as follows 1. We need to extract the tables values from Centralized DB and sto

  • Capture system-wide keypresses in c/c++, what library to use?

    I want to be able to capture system-wide keypresses with a JAVA application in OSX. As this is not possible using pure java, I need to write a C/C++ app that does the listening, and combine that with my java app using JNI. But that is not my problem

  • Export 4k video at 60fps

    Is there a way to export 4k video at 60fps?  Currently it seems I have to drop the resolution to keep a 60fps export or drop the framerate to keep the export at 4k.  Timeline settings are 4k and 59.94 fps but Premiere won't let me export a file with