PDF form: works in full Acrobat not when in browser

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default PDF form: works in full Acrobat not when in browser

    I have a web based form. When I run it in Acrobat on my PC it works perfectly in my browser it does not.

    In particular: data from the ASP page (performing a query) will not populate the form in the browser ..but it works when the form is in full Adobe on my PC. This has bedeviled me for months!

    here's a sample of the code that will not bring back data to the browser form.

    outFdf.FDFSetOpt "Name.m1",1, rs.Fields("PRODUCT"), ""

    any ideas?
    Donn_Gross@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Full Screen App in web browser
      my problem is display applicant full screen in web browser (other words is by HTML or...) but it not work :( Please help me thanks so much !...
    2. Does Acrobat Browser plugin allow full Adobe Acrobat 7.0 functionality
      Hello, currently I’m starting a new project. I have to design and implement a document retrieval system. The document format is PDF. The...
    3. Acrobat 6 Acts Strange with web/browser form submission
      I have an application that works well to submit form data using FDF to ASP that saves the information on the server-side. It works beautifully with...
    4. full screne exe + hidden browser with get url
      I have a fullscreen exe and need to open a browser window from this exe. The problem is that it opens behind the flash movie so is hidden. I have...
    5. Works in Player, NOT in Browser?!?!?!?
      I've been running into this problem left and right! I'm working with Flash MX and I'm trying to load an external flash movie ".swf" file into a...
  3. #2

    Default Re: PDF form: works in full Acrobat not when in browser

    It's impossible to say without seeing the entire ASP script, and perhaps the form too.

    George
    George_Johnson@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139