Form fields won't display input information

We are having a very odd issue that's happened on two occassions. We have a basic PDF form where someone has input information into various fields, but the information doesn't display, unless you click within the field. At that point you can see what's been typed in. As soon as you tab to the next field, the information is no longer visable -- it's still there, but you can't see it. I don't know if this is relavent, but it's interesting that one part of the form has some checkboxes and that information displays with no problem.
One form was one we created in-house, and we've been using it for about 9 months with no problems at all. The other form is an external form that was sent to us.
Neither of these are a LiveCycle designer form.
We get the same results regardless of whether we open within Mac or Windows.
Both forms, in their final state, were emailed to us via an outside source (different, unrelated sources). That seems to be the only common attribute.
Any ideas?

One thing you can try is opening the form in Acrobat, exporting the form data to an FDF file, and re-import it.
You can also run a JavaScript the will correct things as much as possible. For example, see: http://blogs.adobe.com/pdfdevjunkie/script_to_fix_mac_osx_previewa.html
I've written a script that is more comprehensive in that it addresses other type of fields. Post again if you'd like it.
Please note, though, that any of these methods can only do so much. Preview screws things up in a way that's not easily reversible.

Similar Messages

  • Contact Form won't display input text

    Hi,
    I'm trying to create a flash contact form that sends the
    user's message on enter key. Therefore I need you to help me do
    this and also help me understand why my form isn't displaying right
    when I have a mask for it.
    To get a better picture of the problem
    here you can
    see how the form should look like and
    here you can
    see the same form, but with the mask

    I'm not sure I understand what you mean by "embed the fonts
    in each of the text fields"
    Please have a look at the .fla file:
    http://www.claudiudesign.org/test/sterg.fla
    (this fla has the mask; if you remove it you will be able to
    see the working contact form)
    It won't take you more than 1 min to understand what's up
    with it if your good at this.
    Thing is I'm behind the schedule with this and I have to
    solve the problem as soon as possible.
    Thank You

  • Database field won't display

    I'm new to Crystal Reports in .NET but I do have my 1st report working except for one field that I'm trying to use in a sub report.  It's in my database fields just like the other field for the sub report.  I can see data for both fields in the Browse Data.  One field and it's heading display just fine but I can't see the other one anywhere.  The field heading that's created when I drag it into the Detail area won't display in the report either.  I've tried deleting the field and readding it but nothing helps.  As far as I know I've done nothing to suppress this field from printing.  I REALLY need to get this working.  Thanks for your help.

    Hello Paul,
    I recommend to post this query to the [.NET Development - Crystal Reports|SAP Crystal Reports, version for Visual Studio; forum.
    That forum is monitored by qualified technicians and you will get a faster response there.
    Also, all Crystal Reports .NET Development queries remain in one place and thus can
    be easily searched in one place.
    Thanks a lot,
    Falk

  • Aligned Form Fields Do Not Display Correctly Where Visible Borders Overlap?

    I'm on creating some forms & checklists for the company I work for to simplify our project workflow.  When adding text fields to the form I'd like to add borders to segregate the various fields & make the form more presentable.
    The problem I'm having, is that I'm unable to place fields immediately adjacent one another without leaving a gap.  If I do & use the snap to grid option, aligning the top of one field with bottom of another, it does not display correctly when printed.  The border lines appear to have differing thicknesses where they touch & this makes the form look terrible.  Currently I'm having to create the borders in an excel spreadsheet, convert to pdf & add borderless fields within the pre printed borders.  While this gives me the look i want, if I later want to add to or amend the form I have to start from scratch first modifying the initial excel layout which is too time consuming.  I'm using Acrobat X Pro.  Any assistance appreciated.
    Regards
    John

    There are at least two techniques to allow you to change the underlying layout and remake the static part of the PDF, without having to redo the form fields (except new ones, and moving as needed).
    That is replace pages and copy-paste of form fields.

  • Form Fields won't save when coworker saves PDF file

    I am on Acrobat pro (mac osx), my coworker is on Acrobat Reader 9 (pc, XP). I made some form fields in a PDF file and saved it. Everytime she changes some of the text in the fields and tries to save it won't save the stuff she entered. Everytime she opens it, it contains my orignal field data.
    What steps do I need to take to make it to where she can enter in her own text and save without losing data.

    You need to Reader-enable the form. If you have Acrobat 10, select: File > Save As > Reader Extended PDF > Enable Additional Features

  • Formula field won't display

    Post Author: Richard bates
    CA Forum: General
    Sorry for the overly-generic subject, but I'm not exactly sure how to classify this problem.  I'm convinced it's a Crystal Reports bug but would be delighted to be convinced otherwise.  Here's the issue:
    Whenever I create a formula field in the format of trim(field A) " "trim(fieldB) and use the field in a report, if field B is null the data for the entire field will be skipped in the report.  Doesn't matter if the formula is in a group header or the detail line, the result is the same.  I've created a formula with the obvious conditionals, ie, if field B is null then trim(field A) else trim(fieldA)" " trim(fieldB) but that doesn't work either.  I am trying to combine two address lines.  In most cases there is not a second address field, so most addresses don't display using this method.  Someone on another board suggested a workaround which I am using (placing the second address line in it's own group and then suppressing the group when empty) but I have another instance where this won't work, ie, in the detail line.  I'm trying to actually combined three fields (first name, last name, and title).  In this case it is title which is usually blank.
    Am I missing something head-slapping obvious here?
    Thanks in advance
    Richard Bates

    Post Author: foghat
    CA Forum: General
    Seems to me I've come across the same thing way back.  It is a crystal thing, bug or just the odd way crystal does some stuff, I'm not sure (is there a difference?)  I can't remember what my fix was, think I may have had some logic similar to what you tried, but I had more than 2 address fields to compare, it sucked. You could try this (basic syntax):dim str0 as stringdim str1 as stringstr0 = trim{field A}str1 = iif (isnull ( {field B} ), "", trim {field B})formula = str0 & " " & str1 Add the iff logic to str0 as well if field A can be null. Things like this are why, when possible, I like to build as much logic as possible into a database view and then just use crystal for displaying the data.

  • Standard Forms messages won't display

    I developed 6i forms using the standard template on Oracle 11.5.4. When I run the form within Apps 11i environment I cannot get the standard messages to display.
    example: '1 record(s) saved'
    Any help would be appreciated.
    Phil

    Thanks for your reply. I put the form module property - console window to my root window which is 'BLOCKNAME' and now receive the error:
    FRM 47023 Error Parameter G_Query_Find Not Found
    I am not passing parameters to this form. This is a dumb form, that is, it only queries and updates the detail block called BLOCKNAME.
    Any Ideas???

  • Calculated field won't display on canvas

    I am importing login and logout times to Xcelsius v 5.4.0.0 using a web service.  Once the data is imported I am calculating the minutes between the login and logout by subtracting the login from the logout in the Xcelsius spreadsheet.
    I import DATE, USER, LOGIN, & LOGOUT to columns A:D in  my spreadsheet.  Column E contains the formula D2 - C2 to calculate the minutes, where D2 is the logout and C2 is the login.
    I cannot get the calculated times to display on the canvas.  I have tried both a list view and a spreadsheet table.  I set the DISPLAY DATA property of either the list view or spreadsheet table to columns A:E in my spreadsheet.  When I do Preview and import my data, all the data shows up EXCEPT THE MINUTES CALCULATION.  That field is always blank.
    I tried displaying the raw data tab, and the minutes calc is always blank. I created another tab named display data, added formulas to it to copy over the info from the raw data tab and tried displaying that instead.  I thought perhaps the actual calculation was causing a problem.  That didnu2019t work either.  The minutes calc column is always blank.
    I tried changing the format of the labels in the spreadsheet table or list view from general to numeric to time, but it makes no difference.  There is no data in the column to format.
    If I paste data into the spreadsheet while in design mode, the calculated minutes DO APPEAR in the list view on the canvas.  If I then go to Preview mode, the data is still there, including the calculated minutes. However as soon as I give it a new date range in Preview mode and refresh the data through the web service, the minutes column is again blank.
    Since the list view does display the calculated minutes if I paste data in the spreadsheet in design mode, and since the exported spreadsheet snapshot contains the correct calculations when I import data using the web service,  it appears that the data is being displayed on the canvas before the time calculations are taking place, resulting in a blank column.
    Has anyone else experienced this?  What am I doing wrong?  I am sure I should be able to do this, but evidently donu2019t understand how. Iu2019ve attached the exported spreadsheet snapshot as a reference.
    Thanks!

    Hi there - I checked your site on my PC and it does not display. I've found this on a number iWeb created site, so you are not alone.
    However, I have found iWeb created sites that display well on PC's, they are http://leapfrogenterprise.com and http://donandkasha.com - if you view the 'source', notice they used frames to display their site... Best wishes on your project, Rick
    iMac G5 iSight 20" - 30G iPOD - HP Pav 15" WS and Toshiba Sat 17" WS   Mac OS X (10.4.7)   Canon 20D & A620

  • Merge field won't display if number is 0.00

    When the value 0.00 is brought into the word document via merge field, nothing displays.  If the value is greater than 0.00, it displays that value.  Is there way to display the 0.00?

    To control number & currency formatting in Word, add a numeric picture switch to the mergefield. To
    do this:
    • select the field (e.g. «MyData»);
    • press Shift-F9 to reveal the field coding. It should look something like {MERGEFIELD MyData};
    • edit the field so that you get {MERGEFIELD MyData \# $,0.00} (or whatever other numeric format you prefer - see below);
    • position the cursor anywhere in this field and press F9 to update it;
    • run your mailmerge.
    Note1: The '\# $,0.00' in the field is referred to as a numeric picture switch. Other possibilities include:
    • \# 0 for rounded whole numbers
    • \# ,0 for rounded whole numbers with a thousands separator
    • \# ,0.00 for numbers accurate to two decimal places, with a thousands
    separator
    • \# $,0 for rounded whole dollars with a thousands separator
    • \# "$,0.00;($,0.00);'-'" for currency, with brackets around negative numbers and a hyphen for 0 values.
    The precision of the displayed value is controlled by the '0.00'. You can use anything from '0' to '0.000000000000000'. 
    If you use a final ';' in the formatting switch with nothing following, (eg \# "$,0.00;($,0.00);") zero values will be suppressed. Note that this suppresses 0s resulting from empty fields and from fields containing 0s.
    If the above doesn't resolve your issue, it may be that the expected zeros are actually empty fields. In that case, you should be able to get the desired output by embedding the MERGEFIELD in a formula field, thus:
    • select the field (e.g. «MyData»);
    • press Ctrl-F9 to embed the field in another field, thus { «MyData» };
    • edit the field code so you get {=«MyData» \# $,0.00} (or whatever other numeric format you prefer);
    • position the cursor anywhere in this field and press F9 to update it;
    • run your mailmerge.
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • Front Row won't display station information of radio streams.

    Hi,
    I love to use Front Row to listen to internet radio stations. While iTunes displays the station information correctly (mostly artist and title) Front Row only shows blank.
    Does anybody know if it's possible to activate station information in Front Row? I'm using version 2.1.7.
    Thanks for your hints,
    Alex

    Yes, you can add radio stations to a playlist. The station should then appear when you select that playlist. There's no built-in interface to find/play the radio stations directly in Front Row.
    EDIT: I guess I haven't done this for a while. This used to work with Front Row 1.x in Mac OS X 10.4.x (Tiger). Now Front Row says there are no songs in that playlist. I may have to play around with that. I'm surprised it hasn't come up recently...
    -Doug

  • Form fields do not display correctly

    Well, I made a nice screenshot with callouts to help illustrate this issue, but I don't see anywhere to attach an image.
    Drop down menus show up as text boxes with a centered underscore which changes to a box when hovered over, and there's a grey square to the right which drops down the menu.
    Radio buttons show up as dark gray squares and do not function. Check boxes show up as a little gray square with an arrow that rotates when hovered over, and do not function.
    This is consistent across the Safari interface, menu items, preferences, etc as well as any website.
    A Google search revealed a fix for Mac to delete installed plug ins. I can view them via the help menu, but not delete. The only thing in the plug ins folder are java files. How do I remove the plugins?
    Similar issues within this forum suggest fixes that do no apply such as removing a certain application.
    I would like to resolve this. I successfully migrated from Firefox on my work computer, including bookmarks synced to MobileMe and Roboform password data using their online feature. But when I got home, here is where these issues exist.
    Dell XPS, Vista SP2 blah blah blah

    Have you set your Windows XP to Windows Classic appearance like I had? I found this link which explains the problem you have and I had.
    http://discussions.apple.com/thread.jspa?messageID=9830945&#9830945
    It has two or more solutions but the one that worked for me was to:-
    Close Safari
    Right-click Windows desktop and change to Windows XP in Appearance settings
    Open Safari and the radio buttons and checkboxes should work
    Close Safari
    Change Windows back to Windows Classic
    Open Safari and the radio buttons and checkboxes should still work.
    I hope it works for you.

  • Automatically displaying the error text for a form field when the validator fails?

    Hi,
    Flex 2 has a very nice feature to display custom text next to
    a form field whose validation failed. But the user has to move the
    mouse over the form field to display the text. Is there a way to
    invoke this feature programmatically?
    What I would like to do is validate form fields on submit and
    - if validation fails for a form field - set focus on that form
    field and automatically display the custom error text in the red
    blurb. Focusing works fine but I cant' get the text to render...
    Markus

    Thanks Bregent.
    Weirdest thing...I just tried a Google search for a solution to this problem and came across another thread on this forum.  By the time I got to the bottom of it I realised one of those taking part was myself from years ago!  Jeesh, been here before or what!
    Changed my recordset to...
    <%
    Dim rsPROP__MMColParam
    rsPROP__MMColParam = "0"
    If (Request.Form("categoryID") <> "") Then
      rsPROP__MMColParam = Request.Form("categoryID")
    End If
    %>
    <%
    Dim rsPROP__MMColParam1
    rsPROP__MMColParam1 = "1"
    If (Request.Form("categoryID") <> "") Then
      rsPROP__MMColParam1 = Request.Form("categoryID")
    End If
    %>
    <%
    Dim rsPROP
    Dim rsPROP_cmd
    Dim rsPROP_numRows
    Set rsPROP_cmd = Server.CreateObject ("ADODB.Command")
    rsPROP_cmd.ActiveConnection = MM_cs_STRING
    rsPROP_cmd.CommandText = "SELECT prodid, product, categoryID FROM dbo.products WHERE ISNULL(?,0) = 0 OR categoryID = ?"
    rsPROP_cmd.Prepared = true
    rsPROP_cmd.Parameters.Append rsPROP_cmd.CreateParameter("param1", 5, 1, -1, rsPROP__MMColParam) ' adDouble
    rsPROP_cmd.Parameters.Append rsPROP_cmd.CreateParameter("param2", 5, 1, -1, rsPROP__MMColParam) ' adDouble
    Set rsPROP = rsPROP_cmd.Execute
    rsPROP_numRows = 0
    %>
    ...and it works fine.
    Appreciate the help. I would have taken your advice and done an If Else on the WHERE clause to acheive the same.
    Thank you.
    NJ

  • Why does the data disappear from my form fields when my form is sent over to client ?

    Hi all,
    I don't know if this is just happening a few times or ALL the time unfortunately:( I normally send over estimates (as regular pdfs) with some filled out Acrobat forms that make up part of the estimate (these include terms of agreement, project details, etc.). Now, before I send out the pdfs I password protect the entire pdf so that nothing can be changed, but that the pdf can be printed at high quality.
    Well, what is happening when my client opens up the pdf (usually on a Windows machine) is that NOTHING APPEARS in all of the form fields where I had input and saved the data! Yet when I open up the form on my Mac in Acrobat, or Reader or Preview, all looks just fine. Any idea why this is happening and what I could do to prevent it from happening in the future? I am using Acrobat X.
    Thank you kindly,
    Christine

    Hi Gilad,
    I never use Preview and did not use Preview at all before sending the document over to my most recent client either.
    I only opened Preview up this morning after I discovered that all of the form data had disappeared on his end! And the only reason I opened up Preview was because I already knew it looked fine in Acrobat so wanted so wanted to view the form in a different application.
    My client would not even have notified me about it had he not sent the signed form back to me and I saw there was no data there! I then called him and asked him about the missing data and he said that he thought I had simply sent over the form purposely with blank fields:(
    I have just emailed him to ask him what application he opened it up in. My understanding is that he is on Windows because ne mentioned to me his company was using Windows when we last spoke. Perhaps he has a personal Macbook where he opened it? I just don't know and can hopefully soon find out:)
    But THANK YOU for letting me know about that script! I appreciate it:) I have now downloaded and installed it and will just have to use it on ALL of my forms before sending them out:)

  • 2 Form Fields, Same Data Except a Prefix and Suffix

    I have a 2 form fields. User will enter information (purchase order number) into Field 1. Field 2 will be a barcode font that requires the same digits, except with a starting asterisk and ending asterisk. These asterisks can not appear in Field 1. The number of digits that will appear in both fields will vary in length from 6 to 18 digits.
    Example: Field 1: 123456 > Field 2: *123456*
    Is there a way to have Field 2 auto fill with information from Field 1 and add the asterisks?

    You can set up a custom calculate script for the second field that's something like:
    // Get the value of the first field
    var v = getField("Field 1").valueAsString;
    // Add leading/trailing asterisks if not blank
    event.value = v ? "*" + v + "*" : "";
    Replace "Field 1" with the actual name of the field.

  • Please help with dynamic form field names in cfloop

    Hi,
    I need to create a form with day, date, month, year and time for 12 months
    Instead of coding them 12 times, I create day,date,month,year and time fileds in my form 1 time and then I use cfloop from="1" to="12" index="i" to loop these form fields 12 times.
    I gave each form field name such as: <input type="text" name="ScheduleDate_# i #" value=" "> this way each of those field will be named differently such as:
    ScheduleDate_1, ScheduleDate_2,ScheduleDate_3, ScheduleTime_1,ScheduleTime_2, etc
    I'm facing problem when this form is submitted, I think the error has something to do with the pound sign (##) when it comes to updating the back end
    I use MS SQL
    It doesn like this:
    <CFLOOP From="1" To="12" index="k">
    <CFIF Len(Trim(Form.MeetYear_#k#)) NEQ 0 AND Len(Trim(Form.MeetTime_#k#)) NEQ 0>
    <cfquery name="CreateSchedule" datasource="#DSN#">
    UPDATE TableSchedule 
    SET SchedDay = <cfqueryparam cfsqltype="cf_sql_varchar" value="#form.SchedDay_#k##">,SchedMonth =
    <cfqueryparam cfsqltype="cf_sql_varchar" value="#form.SchedMonth_#k##">,SchedDate =
    <cfqueryparam cfsqltype="cf_sql_varchar" value="#form.SchedDate_#k##">,SchedYear =
    <cfqueryparam cfsqltype="cf_sql_varchar" value="#form.SchedYear_#k##">,SchedTime =
    <cfqueryparam cfsqltype="cf_sql_varchar" value="#form.SchedTime_#k##">
    Where SchedId = <cfqueryparam cfsqltype="cf_sql_numeric" value="#k#">  
    </cfquery>
    </CFIF>
    </CFLOOP>
    Can anyone help please?

    You can't nest hash marks. Do this instead:
    SET SchedDay = <cfqueryparam cfsqltype="cf_sql_varchar" value="#form["SchedDay_" & k]#">
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

Maybe you are looking for

  • Error Deploying Adobe Acrobat X Professional over Standard

    A while back I deployed a customized installation of Adobe Acrobat X Standard. I used the Adobe Customization Wizard X to generate a MST file that omits things like speed launch and arm and disables some features in the help menu (like updates, repai

  • GRC 10.0 Access Request Creation- Data Source of User Details

    Hi Experts, I was doing GRC 10.0 Configuration and found a query which I am not able to resolve. While creation of any kind of Access Request in GRC through NWBC> Acces Management Tab>Access Request>Access Request Creation. In the user details sectio

  • Automate Forecasting MRP Process

    Hi Guys, we are using Consumption based planning , i am using MRP Type PD . Consumption data will be loaded in the forecasting view of Material Master. I will be executing the forecast using MP38 and Using MD61 (I copy the forecast requirements as PI

  • Authentication Properties button not functional for 802.1x authentication

    With version 4.52 for Windows XP, Build 7TCX26WW of ThinkVantage Access Connections, the 'Authentication Properties' button doesn't work for 802.1x for Ethernet.  Has anyone else been experiencing this?  Had to work-around by using the Windows Networ

  • Out of 46 fields sap supporting only 16 fields.

    Hi Gurus,                    i have one excel sheet.that excel sheet contain 46 fields.my client wants to same format of bw report.that data related to sd data.i checked all fields.but sap ECC Supporting only 16 fields out of 46 fields.rest of 30 fie