Opening PDF in IE "breaking" for loop

Hi,
I have a dynamic PDF that is uploaded to a website.  When the PDF opens, the user has to fill in certain fields before clicking the "Next" button.  Upon clicking the Next button, I have a JavaScript function that sets certain fields access to required and then runs a for loop to check if any are empty.  The next event is setting those fields access back to optional. Lastly, a popup window refers the user to the empty fields (fields are shaded red, but not their borders).
The problem occurs for one user who is using IE9 and has Reader X installed on his machine.  It only occurs when he opens it directly with his browser, if he downloads it to his desktop first he encounters no problem.  But using the browser makes filling in the fields on Page 1 glitchy, and then the loop doesn't work properly when he hits "Next".  The event setting the fields back to optional doesn't seem to be firing, and the popup never comes up.  So he's left with fields with red borders-which should not be happening.
Any idea what could be causing this bug only when accessing via browser? I can't replicate the problem on any of my browsers, even after disabling Adobe add-ons in IE. 
Thanks for any suggestions!

Hi,
I have a dynamic PDF that is uploaded to a website.  When the PDF opens, the user has to fill in certain fields before clicking the "Next" button.  Upon clicking the Next button, I have a JavaScript function that sets certain fields access to required and then runs a for loop to check if any are empty.  The next event is setting those fields access back to optional. Lastly, a popup window refers the user to the empty fields (fields are shaded red, but not their borders).
The problem occurs for one user who is using IE9 and has Reader X installed on his machine.  It only occurs when he opens it directly with his browser, if he downloads it to his desktop first he encounters no problem.  But using the browser makes filling in the fields on Page 1 glitchy, and then the loop doesn't work properly when he hits "Next".  The event setting the fields back to optional doesn't seem to be firing, and the popup never comes up.  So he's left with fields with red borders-which should not be happening.
Any idea what could be causing this bug only when accessing via browser? I can't replicate the problem on any of my browsers, even after disabling Adobe add-ons in IE. 
Thanks for any suggestions!

Similar Messages

  • Can not open pdfs w/adobe reader for android on archos 10i tablet?

    I can not open pdfs w/adobe reader for android on archos 10i tablet? How to fix it?

    Hi Dennis, thank you for the reply. I have Adobe Reader installed and open. When I click on the pdf documents an error message box opens and says "Error. The document cannot be opened beacause it is not a valid pdf document". Perhaps the pdf's on the USB memory stick are corrupted. I can't open them on the laptop either. I'll reload them and try again.

  • Can't open pdf files in Safari for Windows

    Hi, I haven't been able to open pdf files in Safari - each time I click on a pdf link, a new tab opend and then a pop-up window says "can't open Adobe" (or something like that), and then Safari crashes. I've read that the solution is to install Adobe Reader 8, but I can't because I already have Adobe Acrobat which doesn't seem to work with safari. Does anyone know a way to view pdf files in Safari for windows?

    Try to uninstall and after that install Acrobat Reader 8 again.

  • Calculating Mileage & Breaking For Loop

    Hey all,
    I'm trying to create an application that calculates total mileage traveled and subtracts the initial mileage reading on the odometer. Can someone please tell me what I'm doing wrong? Also, can you tell me how I can break the For loop by inputting a negative number or typing in "stop"? I pasted the code below. Thanks for your help!
    import java.util.Scanner;
    public class Lab4{
         public static void main(String args[]){
              int miles[] = new int[10];
              double gallons[] = new double [10];
              double mpg[] = new double [10];
              Scanner kb = new Scanner(System.in);
              int count=0;
              double counter=0.0;
              for (int i = 0; i < 1; i++){
                   System.out.println("What is the reading on the odometer?");
                   miles[i] = kb.nextInt();
                   if (i > 0)
                        count = count + miles;
              for (int i = 1; i < 9; i++){
                   System.out.println("How many miles have you traveled since last filling up?");
                   miles[i] = kb.nextInt();
                   if (i > 0);
                        count = count + miles [i] - miles[0];
              System.out.print("You have traveled " + count);
              System.out.println(" miles");

    915786 wrote:
    I'm trying to create an application [...]
    public class Lab4{// which seams to be a School lesson...
    int miles[] = new int[10];
    //Do you know what this line does?
    miles[i] = kb.nextInt();
    //Any idea why this line does not compile?
    count = count + miles;
    // and this line either?
    I think you should go back two steps and learn the differences between objects, primitive types and arrays.
    bye
    TPD

  • Firefox not opening PDF with Adobe Reader for Mac

    I can't open PDF in Firefox with Adobe Reader for Mac, what should i do?

    I have come across this problem, but i have solved my problem. The default PDF viewer with Firefox browser on Mac is Preview, so you can't use adobe reader to open PDF files, if you want to use Adobe Reader to open pdf with Firefox on mac, you need set adobe reader as your mac's default pdf viewer. Do as follows:
    1. Select any PDF file and choose File > Get Info.
    2. Choose Adobe Reader as your default PDF files viewer from the Browser in Download Action window.
    3. Click OK to set Adobe Reader as your default PDF files viewer.
    If you want to learn more, you can go to this website,
    http://www.downloadatoz.net/download/adobe-reader-for-mac/
    http://www.downloadatoz.net/download/adobe-reader-for-mac/using-the-adobe-reader -plugin-with-firefox-on-mac_g.html

  • Simple example - Break FOR loop inside an event structure based on Front panel event change.

    I am running a for loop inside a state machine architecture that contains a FOR loop. How can I break this For loop based on Event change in front panel ??
    Abhilash S Nair
    Research Assistant @ Photonic Devices and Systems lab
    [ LabView professional Development System - Version 11.0 - 32-bit ]
    LabView Gear:
    1. NI PXI-7951R & NI 5761
    2. The Imaging Source USB 3.0 monochrome camera with trigger : DMK 23UM021
    OPERATING SYSTEM - [ MS windows 7 Home Premium 64-bit SP-1 ]
    CPU - [Intel Core i7-2600 CPU @ 3.40Ghz ]
    MEMORY - [ 16.0 GB RAM ]
    GPU - [ NVIDIA GeForce GT 530 ]
    Attachments:
    Case inside Event 3.vi ‏19 KB
    Case inside Event.ctl ‏6 KB
    Case inside Event 2.ctl ‏6 KB

    Okay. Accpeting that the design is not favorable and not advantageous when my program expands. I have begin to follow producer/consumer programming architecture.
    Please find the attached program which is a simple producer consumer with event structure. I wonder how could I stop looping around the producer and consumer loops over and over again. I am pretty sure that this ENQUEUE ELEMENT loops back to the consumer loop and starts from begining.
    I hope my first program in PC architecture with State machine and Event structure is correct. 
    Abhilash S Nair
    Research Assistant @ Photonic Devices and Systems lab
    [ LabView professional Development System - Version 11.0 - 32-bit ]
    LabView Gear:
    1. NI PXI-7951R & NI 5761
    2. The Imaging Source USB 3.0 monochrome camera with trigger : DMK 23UM021
    OPERATING SYSTEM - [ MS windows 7 Home Premium 64-bit SP-1 ]
    CPU - [Intel Core i7-2600 CPU @ 3.40Ghz ]
    MEMORY - [ 16.0 GB RAM ]
    GPU - [ NVIDIA GeForce GT 530 ]
    Attachments:
    Case inside Event 3.3-ProducerConsumer Event.vi ‏25 KB
    Case inside Event.ctl ‏6 KB

  • Difference between open,fetch,close and a for loop

    Is there much difference in looping a query using fetch loop or a for loop?
    Example:
    For x in (select * from ....) loop
    end loop;
    and
    OPEN c_cursor;
    LOOP
    FETCH c_cursor INTO myVar;
    EXIT WHEN c_cursor%NOTFOUND;
    END LOOP;
    close c_cursor;
    Let's say we have a few thousand users using a function that uses this code. Would you see much difference in speed? Suppose i forget to close the cursor in the second example. Will that be a major issue if we have a very large userbase or with oracle close the cursor themself after a while? The cursor wont lock the record, right? So even if we forget to close the cursor we won't get a deadlock i suppose. Only if we declare the cursor for update but that's not the case.

    simple test case to prove the point
    SQL> create or replace function myFunc return number
      2  is
      3     cursor mycursor
      4     is
      5     select * from dual;
      6
      7     myvar dual.dummy%type;
      8  Begin
      9     open myCursor;
    10
    11     fetch myCursor into myVar;
    12
    13
    14     if myCursor%found
    15     then
    16
    17             return 1;
    18     else
    19             return 0;
    20     end if;
    21
    22
    23     close myCursor;
    24  end;
    25  /
    Function created.
    SQL> show parameter open_cursor
    NAME                                 TYPE        VALUE
    open_cursors                         integer     300
    SQL>
    SQL> select myfunc from dual connect by level <= 350
      2  /
        MYFUNC
             1
             1
             1
             1
             1
             1
             1
             1
             1
             1
             1
    350 rows selected.
    SQL>See i dont hit any error

  • Fail to open PDF file. Error for trying to paste in object.

    So occasionaly, i will paste in a PDF into my InDesign document and this error will pop up, Fail to open PDF file.  It's not like im opening
    the file im just trying to paste it in.  I try other pdf files and the same error comes up.  Usually this error does not happen when i am pasting in
    PDF's into my document but when one error comes up, no PDF's will work.  I have to resave my file into another format and then it will work.
    What is up with these errors that happen sometimes?
    CS5 ID 7.0.3
    P.C.

    Try it again...this time click the show options check box in the place dialog.
    Bob

  • Cannot open PDF on Adobe Reader for iPhone

    When I click on the file to open in the App it says, "The document has features that are not supported in this version of Adobe Reader". I have ensured that I have downloaded the latest version of Adobe Reader onto my phone. The PDF, "material is copyrighted and does have digital rights content protections on printing, copying and saving", there is no opportunity for me to enter a password or other verification. I can open this file on my computer, and I can also open other PDF's on my iPhone using the Adobe Reader App. Any help would be appreciated as I am trying to access study material for a rigorous upcoming exam, all materials were purchased legally.

    Adobe Reader mobile products (Adobe Reader for iOS, Adobe Reader for Android, etc.) do not support DRM (Digital Rights Management) protected PDF documents even in the latest version.
    Please use the desktop version of Adobe Reader XI for a Windows or Mac computer to open the PDF document instead.  Sorry for the inconvenience.

  • Unable to open PDF portfolio (Error Msg: "For the best experience, open this PDF portfolio in...)

    I am having a problem opening an important PDF portfolio document using Adobe Reader (version 11.0.02) for Mac (Mountain Lion version 10.8.3).
    When I attempt to open the file, I come up with the error message: "For the best experience, open this PDF portfolio in Acrobat 9 or Adobe Reader 9, or later", and I am unable to view the document. This is becoming very frustrating, as I am attempting to open the document with the new version of Adobe Reader (which I have downloaded multiple times).
    If anyone has a solution for this problem that would be very helpful!
    Thanks in advance.

    Hi,
    Thanks for the reply. No I'm not using iPad, I have a MacBookPro. I just wasn't sure which forum was best to post this question in.
    I have flash but Adobe still won't open my documents.
    Anyway, thanks for your help.
    Lauren

  • Adobe reader xi will not open pdf's in browser for IE 7

    I have found the information for internet explorer 8 and 9 but these instructions do not apply to users using internet explorer 7.   Any help you can provide would be greatly appreciated.  

    This issue is now solved.   Needed to uncheck in Adobe Reader XI preferences for Internet Display in Read Mode by Default.   Keep checked Allow fast we view and Allow speculative downloaded in the background.   In addition, change internet properties, programs, Enable add-ons under Manage Add-ons to Disable Adobe PDF Reader    PDF files now open in Adobe Reader XI and users are able to commetn

  • Opening PDF at nameddest works for top half of page

    How do I get a PDF to open at the bottom half of a page using named destinations without the PDF opening at the next page?
    Steps I've taken:
    1.  Created bookmarks, which work correctly for each item on a page
    2.  Created named destinations for each bookmark (that is, I clicked on the bookmark to take me to the text, and then I created a nameddest)
    Results:
    All bookmarks work correctly and go to the text I want.
    Only the named destinations that go to the top half of the page work correctly.  If the named destination is set up to go to text in the bottom half of the page, it doesn't go to the text I want.  Instead if goes to the top of the following page.  Is there a way to fix this problem?

    Called 800-APL-CARE. Determined failure was due to getting caught in the rain yesterday (shorts got pretty damp, but I didnt think damp enough to cause a failure like this). Apple tech reminded me that 1st gen iPhone was quite susceptible to moisture intrusion (speaker holes and headphone jack most notably, as we all know). Unfortunately, moisture damage is not covered under warranty, so I am screwed.
    Was planning on upgrading to 3G iPhone anyway, but the lack of stocking at my local AT&T stores leaves me in a tough spot right now, with an important business trip planned this week. Perhaps I should get a disposable phone and pull the SIM from my iPhone and use it until I can get my hands on a 3G iPhone?
    Message was edited by: gunnyhighway

  • Can't Open PDF Plug-in Installer for Firefox on Macintosh

    When I first clicked on the dmg, it asked me to choose an application to open it. Most applications were grayed out but Adobe Reader was not, so I chose that, but then I got the message: "There was an error opening this document. This file cannot be found."
    I tried deleting the acrobat_ittools_ff_p1_011012 folder and starting over several times. Now whenever I click on the dmg it doesn't even ask what I want to open it with - it just tells me it will open with Adobe Reader and I get the same result: "There was an error opening this document. This file cannot be found."
    I tried Preview, but that didn't get me anything - not even an error message. Is there some other way to open the dmg?

    I found a fix. I didn't need the Adobe PDF Viewer FF plugin after all. I deleted the regular Adobe PDF Viewer plugin from the Library and reinstalled Adobe Reader without deleting the old one. Now FireFox gives me a a window that asks me if I want to download the PDF.

  • PDF is not opening in Mac Firefox, asking for save/download, I want to open it inside browser

    Hi,
    Im facing an issue with Mac Firefox, when Im trying to open pdf file in FF for Mac, its asking for download/save rather than opening up inside browser window like other browsers do.
    Can you please help me out to solve this, its happening only with Mac Firefox.
    Thanks.

    Please provide the following information:
    Which version of Acrobat you are using?
    Which verion of FireFox you are using?
    Which version of Mac OS X you are using?
    It will help those who want to help do so.

  • How to iterate the opened pdf document?

    How to iterate the opened pdf document?

    Thanks for your response. Could you please advise me how to call a following "DocExistEnable" method.
    static ACCB1 ASBool ACCB2 DocExistEnable(void *data)
    if (AVAppGetNumDocs() <= 0)
    return false;
    else
    return true;

Maybe you are looking for

  • Can not select external input for sound

    can not select external input for sound

  • Downgrade Java

    I am using a program called musicreader.  The manufacturer says that I need to, until they work a solution, downgrade to the previous java verion.  According to the software update I am currently am using Java for Mac OS x 10.6 update 15 and accordin

  • G5 - ATI X800 XT Noise. Replacement fan?

    I have a G5 with a stock ATI Radeon X800 XT video card. Over the last few weeks it has been making a whining sound. I tried to clean it with compressed air but it still makes the noise. I know years ago they made replacement fans like the ATI Silence

  • Footnotes in two columns?

    I have a document with about 10 very short footnotes at the bottom of each page. It would be a better use of page space to have my footnotes in two (or more) columns. I haven't had success trying this. Can it be done?

  • [new] Mozilla Thunderbird 1.0

    I made Mozilla Thunderbird 1.0 from this PKGBUILD: # $Id: PKGBUILD,v 1.8 2004/10/04 17:12:20 judd Exp $ # Maintainer: Dale Blount <[email protected]> # Contributor: Henrik Ronellenfitsch <henrik at searinox dot de> pkgname=mozilla-thunderbird pkgver=