PDF form display

I created a PDF form, someone filled it out and sent it back.  When I open it though, I have to click on the line for the answer to appear and when I click on another box the previous answer disappears.  Any suggestions?

That would be a good start yes. They could be using an old version of Reader of one of the many thir
d party PDF readers available that may not work with Acrobat forms.
Also, did you actually use Acrobat to create the form or did you use LiveCycle Designer (it is integrated with Acrobat but creates XML forms rather than standard forms)?
Ellen Foster wrote:
well i created it in Acrobat Professional version 8.0, so it's a PDF 
and i assume that they would have opened it in Acrobat Reader.
should i ask what they used to fill it out?
Ellen Foster
Coordinator for Parish Life
Confidential Assistant for Counseling/Shepherding
[email protected]
434.977.3700 Ext. 126

Similar Messages

  • PDF form - Displaying entered data in another field

    Hi, I'm hoping someone will be able to help me with this. I'm trying to create a PDF form containing a business card graphic/template with fields that'll update as the user enters his/her data. I wish to use an existing graphic with added fields which are read only, underneath I want to provide fields for the customer to enter their data which is then reflected into the fields of my graphic. Hope this makes some sense! Basically I want the customer to see real time proof of the business card as they update it with their own personal information.
    Is this possible?
    Thanks for reading.

    Thanks for this. I've found a good solution for what i'm trying to do
    Placing the script below in the custom calculation script for my Text2 field will copy the contents of Text1 to Text2 this way I can set individual
    properties for each field. (I found duplicating the same field means they share the same properties)
    {event.value = getField("Text1").value;
    Cheers

  • Dynamic Tabs & PDF form display cause IE CPU up and PC hang

    Hi Experts,
    I create dynamic tabs and inside each tab I create interactive form with PDF data inside to display PDF. After running for a while,  the CPU goes up and PC hang. What could be the problem for this? (I'm  using IE7)
    Thanks,
    - Anthony -

    Hi Thomas,
    Thank you for your reply!
    I've re-designed it in a way that only one instance of Adobe Reader in the current selected tab. Whenever user choose another tab, I remove Adobe Reader from that tab and create in the new selected tab. The problem still exists. I don't know what and where exactly problem is. This is excerpt code in WDDOMODIFYVIEW to remove interactive form first and all tabs later. Do you see any problem with this piece of code?
    Be noted that the IE get hang only (CPU 100%) when I run it for a while, meanings select selecte items in view1 and pdf preview in view2, back to view 1 to select other items go to view2 to preview pdf....
    data: lo_f             type ref to cl_wd_interactive_form,
             lo_tabstrip  type ref to cl_wd_tabstrip,
             lo_tab        type ref to cl_wd_tab,
            ls_pdftab    type wd_this->element_pdftab.
    if lo_tabstrip->has_tabs( ) = 'X'.
        " Remove adobe reader in the old tab
        if ls_pdftab-old_tab is not initial.
          lo_tab  = lo_tabstrip->get_tab( id = ls_pdftab-old_tab ).
          if lo_tab is not initial.
            lo_f ?= lo_tab->get_content( ).
            if lo_f is not initial.
              lo_f->unset__parent( ).
              lo_f->unregister_from_view( ).
              free lo_f.
            endif.
          endif.
        endif.
        " Remove all tabs
        lo_tabstrip->remove_all_tabs( ).
      endif.
    Thanks,
    - Anthony -

  • PDF Forms in Firefox - infinite loop

    Howdy,
         I am a developer who is using PDF forms (FDF) to populate data into a database via form submission. Everything works fine on Internet Explorer but, on Firefox 3.6.17 with Adobe Reader X, I either end up getting a blank form when launched from an FDF which has valid data OR, I get into a situation where new firefox windows come up continuously in what appears to be an infinite loop (have to log out to end the recursion). Anyway, figured I'd see if anybody here had seen that before and, if so, if there's a solution to it?
    Thanks!

    I have a similar problem, but apparently in the inverse direction. We recently "upgraded" to Acrobat X (Version 10.1).
    I have a web application that uses data in a database to populate a PDF form displayed in a browser window. (Display in browser window is checked.) At the beginning of August, we started to get an infinite loop whenever trying to display the form.
    Behavior pattern:
    (1) Click the link that's supposed to open the new form. A new IE window opens (as is supposed to happen). Status says "connecting" but there's nothing in the  URL.
    (2) 1/2 second later, a file download popup appears.
    (3) 1/2 second later,  Adobe Acrobat window appears (as if I had run Acrobat as a program). There are 4  windows on the screen at this point, including the normal application window.
    (4) After a 1/2  second delay, system goes into infinite loop, displaying (1) and (2) in an  infinite sequence.Window 3 (Acrobat) seems to simply stay open. Howeve
    Cycle time is about 1/2 second for all 3  popup windows to display one time. This occurs on 19 different  computers (different models, but all running Windows Vista Enterprise, Internet Explorer 7 and Acrobat 10.1.

  • Automatically Save PDF Form

    Hi
    I have a pdf form that read the employee details from the PA tables.
    Usualy the pdf form displays in preview but now i have a request to automaticaly save the file in a folder.
    The user will have a screen with a button "Generate Employee Form" when the user will press this button the system will generate the from in the backround and save a pdf file in the target folder.
    Is there a way to do that ?
    Thanks

    hi,
    once you convert otf to pdf, do the code below
    Here hard code your filepath (target folder).
    w_full_path = target folder.
    and then
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    * BIN_FILESIZE = W_bin_filesize
    filename = w_FULL_PATH
    FILETYPE = 'BIN'
    tables
    data_tab = T_pdf_tab
    IF sy-subrc <> 0.
    * * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    * * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards -
    Makarand

  • Help with my first ever PDF form

    Hi there,
    In my PDF form there are a couple of time fields. I would like some help on couple of things as this is my first ever PDF form:
    Display current time in format HH:MM when the document is opened.
    I would like to display a default value for time such as 00:00. Is that ok? How generally default time is displayed?
    If someone enters anything else in time field, I get a default message such as ‘The value entered does not match the format of the field [fieldname]’ Is there a way where I can customize this error message. If so, how can I do it.
    Thanks for your help. Please explain your solution in steps as this is my first form that I'm creating in Acrobat 9.
    Joe Green

    1. Place this script in the doc-level (of course, edit the field name as required):
    this.getField("CurrentTime").value = util.printd("HH:MM", new Date());
    2. Just enter that value as the Default Value of your fields.
    3. Only if you use a custom format and validate scripts, which is quite a bit of work...

  • How to display or generate PDF417 barcode dynamically in PDF form? I am using Acrobat XI Professional and there is a Bar Code Field in the same through which I generated the same. But I want to generate the same dynamically.

    How to display or generate PDF417 barcode dynamically in PDF form? I am using Acrobat XI Professional and there is a Bar Code Field in the same through which I generated the same. But I want to generate the same dynamically.

    What do you mean by dynamically? When yo set up a 2D bar code field you specify which field name/value pairs you want to include, along with other parameters. But be aware that they won't work with Reader unless you Reader-enable the document with LiveCycle Reader Extensions and include the bar code usage right. It will work with Acrobat Standard/Pro.

  • Flattened PDF Form and Barcode not displaying

    I see there are a lot of discussions that are not answered in this forum, so I am guessing this will go unanswered as well.  But I am looking for a solution for the issue in the subject. I have a simple PDF form built in LiveCycle that I am populating with Coldfusion. Once the form is populated I then flatten the form. The barcode appears up to the flattening point which is when it disappears. The characters that populated the barcode field ARE displaying but the image is not.
    Is there a solution?

    How are you flattening the forms?  I'm assuming PDFg or Output?
    Also, be sure your barcode looks something like this:
    <field name="PDF417BarCode1" y="50.8mm" w="66.7mm" h="25.4mm" access="readOnly">
    <
    ui><
    barcode type="pdf417" dataLength="10" moduleWidth="0.0133in" moduleHeight="0.02661in" errorCorrectionLevel="5"/></
    ui><
    value><
    text>1234567890</text></
    value></
    field>
    and not...
    <field name="PaperFormsBarcode1" w="82.55mm" h="44.45mm" access="readOnly"><
    ui><
    barcode type="pdf417" moduleWidth="0.338mm" moduleHeight="0.676mm" errorCorrectionLevel="5"> 
    <?templateDesigner decodeMethod 2?>
     <?templateDesigner delimiter '\t'?></barcode></
    ui><
    calculate><
    script contentType="application/x-javascript">
    ...completely void of script and the value in only the <text> element.

  • PDF form filled in Preview does not display correctly in Adobe Reader/Acrobat?

    I recently received a PDF form from my bank, and filled in the fields and affixed my signature. Saved the form. The recipeint of the form opened the PDF in Acrobat or Adobe Reader and the fields don't display the filled in form, unless you click in the field. After you click out of the field, the entry disappears. When you print the form from Reader or Acrobat, the fields are blank, but the signature prints.
    Before saving the form from Preview, the fields appear normally in Reader/Acrobat.
    Running Lion 10.7 and Preview 5.5.
    Anyone else have this happen?

    I've since found out that there is somewhat of a "fix" that addresses a way to see the form entries in Acrobat, but doesn't resolve the problem the Preview creates. There is a script available on the Adobe forum that can be installed into Adobe Acrobat: http://blogs.adobe.com/pdfdevjunkie/2009/11/script_to_fix_mac_osx_previewa.html. The link and also explains the problem which should really be addressed by Apple. After installation, it will appear in the Edit menu of Acrobat. Once you open a Preview form, selecting "Fix Field Appearances" will repair the form so that the entries are visible.
    Preview will still create bad forms, but this script will allow them to be visible in Acrobat. Unfortunately if you're sending a form to someone, there's no way to know if the recipient is using Preview or Acrobat and whether they even know about the problem. So you would have to create the form in Preview, open it in Acrobat, fix the field appearances and re-save. So it's not really a fix, just a work-around. Still don't use Preview for this reason.
    I don't know if the script works with Adobe Reader, there's no mention that it does or doesn't in the forum entry.

  • Some XML customizing not displayed correctly in graphic in PDF form

    Hello,
    we have following problem: We want to create a read-only PDF with an integrated graphic with analytical data.
    The PDF form is created with SFP. Data is extracted and the graphic rendered with the class CL_IGS_CHART_ENGINE.
    We used SAP chart designer and transformed the XML into our string.
    The graphic is displayed in our PDF, but some customizing settings in our XML are neglected, especially the font type, her only courier is displayed. Also some manual positions of legends don't work.
    When I display the chart in the SAP GUI using cl_gui_chart_engine everything works fine, so  I assume that the XML and the  transformation is correct.
    So where is the problem: Mime type? codepage? printing job?
    Thanks and Regards
    Andreas

    Hello,
    I would like to know what type of scenario do you use. Is that WD form? Or offline form?
    Based on the type, you may find your solution here:
    When you need to send a picture into the offline form: another image question - using Regular ABAP not web dynpro and Display a logo dynamically in adobe form
    For the WD form: /people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal
    What MIME type (picture type) has your generated picture? JPG for example is ok, but for exotic types please check in your LCD (place Image on the layout and open the dialog for picture assignment, you can see the allowed picture types in there).
    Regards, Otto
    p.s.: What is the mentioned XML customizing? XML is the form of the femplate, but I have never customized anything IN THERE. Did you change the XML source manually? Or what type of changes are not managed correctly?

  • Cannot display pdf form with Adobe Reader 9.1.3

    Since the last update of my Reader (last version is 9.1.3), I can't display pdf form in the workspace. I got a blank page.
    Is anybody have the same problem?

    -  Go to the registry HKEY_CLASSES_ROOT > Software > Adobe >Acrobat> delete any older version that is older than the one you just updated to make sure it contains only the current one you have for both Acrobat Reader and/or Pro version since it did not removed when you uninstall or update.
    - Also go the installed directory where you installed the Acrobat and delete any folder that contains older version, same here with the registry, it did not remove when you uninstall/update acrobat reader or pro.
    The above steps also solve the problem of can not open pdf file within Internet Explorer or browser as well.
    Han

  • Regarding UCF_AcroForm error displayed when trying to open the pdf form

    Hi,
         Iam receiving the pop up when trying to open the pdf form.The Error is Server Error Class: UCF_AcroForm Method: Error.The Error displayed in some system and in some other system the form is working fine.The Form is created using the Designer 8.0.The form is working fine in reader 8.0.Is there any problem in the reader version.Is there any solution for this problem please provide.
    Thanks and Regards,
    SatheshKumar R

    Sathesh,
    Similar issue has been reported at SDN so searching would have helped you. See below threads for solutions:-
    UCF_AcroForm error
    MSS UCF_AcroForm error displayed when trying to display form in PCR
    Chintan

  • PDF Not Displayed After Parameter Form Submitted

    We are moving a Forms6i application to web deployed Forms10g. Reports with parameter forms are being called using web.show_document(...) with the oracle.reports.utility.FrmReportsInteg JavaBean to hide database login credentials, as described in the Forms/Reports integration white papers.
    On our development server this process works as expected: the form displays a new browser window containing the parameter form with URL http://server/reports/rwservlet?userid=&report=report&desformat=pdf&destype=cache&paramform=yes, the parameter form is submitted, and the report output is displayed as a PDF embedded in the new browser window.
    However, on our customer's test server, after the parameter form is submitted, the Oracle Reports OracleAS Reports Services - Servlet Command Help page is displayed. Executing the rwservlet/showjobs command shows the job as being successfully completed. Clicking on the Job Name link redisplays the parameter form, and submitting this returns to the Oracle Reports OracleAS Reports Services - Servlet Command Help page.
    I have not been able to trace any other posts describing the same behavior on Metalink or OTN. Has anyone else seen this?
    Development server is OracleAS 10g (9.0.4.1) on Red Hat Linux, customer server is OracleAS 10g (9.0.4.1) on Solaris.
    Anyone explain this difference between the two servers?

    wonder if your problem is the host.domain name?
    It has to be the same name as the "host:" name that was entered in the "Register with Oracle Internet Directory" screen - while installing AS. Reason is that: when the .html is running, it has no connections to the AS, OID, SSO or anything else - it runs independentally. For it to go back into the oracle 'system', the full host.domain name is needed. So, if when the AS was installed, the "fully qualifed" domain name was not given, you may have problems and could need to reinstall AS again. (speaking from sad experience :) )
    regards

  • X icon is displayed in PDF form area.

    Hi all,
           i am wokring with some application which displays PDF in browser but  X iconed symbol is only displayed in the PDF form area. PDF configuration are done. but don't know what is missing here.
    Please can any one give some suggestions to solve this problem.
    Regards
    Srikanth

    Hi,
    Is Reader, ACF (client side) and your ADS (server side) installed and properly configured?
    For the ACF, check SAP note # 766191.
    Regards,
    Francois

  • Leading Zeros won't display on a PDF form

    Hey, I am using Acrobat 7.0 professional on my Windows XP system. I have a PDF that was sent to me by someone known. This PDF is already fielded (meaning, I can type in my name and other relevant info in the form). However; I am trying to populate info on this PDF using an online data collection tool. Therefore, I deleted all the original fielding from the PDF and fielded it again using the naming conventions that match with the online data collection tool variables. After doing so, all other information is populating very well on the PDF but the values with leading zeros are not populating on the PDF. When I double click that field to check the properties and go to the "Options" tab, I see the value with leading zero that is being extracted from the online data collection tool; however it is not displaying it on the form. Moreover, if I try to modify any of the properties of that field; the value with leading zeros suddenly appears on the PDF Form.
    Could anyone please assist me to identify as to what is causing the values with leading zeros not to populate on the PDF form...
    Any help would be much appreciated...
    Thanks!

    Well, that was my guess. It may be that it is there, but you can't see it. There have been some issues of the information in a field not always displaying correctly. I have not experienced it, but remember such happens. You might want to search the forum. Bill

Maybe you are looking for

  • DPM 2012 setup to remote SQL 2012. SSL cert error

    First of all, the category I selected, which was for SQL server reporting services was as close as I could get. There wasn't a way to select System Center DPM server from the list. As this relates to the Report Server portion of the setup, I chose th

  • Report Application Server (RAS) is online but inactive

    Hi, Our BO runs on Unix. AIX5.3. A ccm.sh -start all starts all the servers without any error messages on screen or on the logfiles. However, the RAS is inactive according to the server status page and I can't view a report in infoview. The server ho

  • Why does the iPod Touch 4g sometimes not "sleep"?

    Sometimes when I leave my iPod on the charger, and I don't touch it for a while, the screen won't shut off. Usually I don't lock my iPod manually, I let it do it itself. Last night I did that and it stayed unlock, screen fully bright (by that I mean

  • Ineed some help...itunes not working

    I hope someone can help me. My itunes won't open and gives me the message itunes has encountered a problem and needs to close. It then asks if you want to report it or don't report it. I have Windows XP operating system. I read a pryor post with some

  • Great keyoard layout, the T410 but where do I get the table

    I installed a 64 bit win7 ultimate on my T410 instead of the 32 bits that came with it. I have succeeded in restoring all drivers, but I can't find the apropriate keyboard table. Can anyone out there give me a hint. I have 3 characters on most keys,