Adobe Reader/Acrobat forms issues!

This is a long one, and I know it's been posted before, but I just wanted to try again anyway.
I've just created a form using Adobe Designer, one that contains fields that someone can fill out when the form is open with Adobe Reader. The form I've created specifically is for a medical practice, and the first few fields are the doctor's last name, first name, and middle initial. Is there any way that, when I click Save As, a file name is automatically created in the Save As box that contains the last name, first name, and middle initial? I'd like the file name to look like this: LastName-FirstNameMiddleInitial.
Also, this is a form that the people who work at this practice will be using regularly. After the doctor's name fields are a few fields for the date, time in, and time out. Right now, we'd like the date to look like this: 07-16-2008. We'd also like the time in and time out to look like this: 12:00. I'd like it so that, if some data entry person at this medical clinic is tying in the date, and, say, they type in the date as 07/16/2008, it is automatically formatted to 07-16-2008 with the hyphens. Same with the time. Everyone types things in differently, and I'd love to know what I need to do so that it's automatically converted to the date/time design I listed above.
The form also contains an electronic signature field. The purpose of the signature field is mainly to expand on the services we offer in terms of going paperless. We want to help our clients STAY paperless, which means preventing the need to print off more paper. This form I'm working on is for a medical practice and is simply a doctor's form, with field for the doctor's name, date/time, a field for any info the doctor would like to input, and then the electronic signature field.
After the PDF is created, it is more than likely saved, which presents other problems, as I've now learned you can't save with Adobe Reader.
As far as looking up data on the form in the future is concerned, I'm pretty sure that's a big yes. I don't know that this particular PDF would be updated constantly, but I'm sure it will need to be retrieved at some point. How can the data be inputed so it can be retrieved from a database?
I've heard some talk about JavaScript in regards to this issue, as well. How exactly do I go about providing JavaScript? I know how to create a button in Designer, but I've had little experience with JavaScript. I've downloaded a program (PF Merge?) that might allow me to link the form I've created to a database, but I'm not sure how it works yet. Is that what you were referring to as far as our comments about an SQL database is concerned? Is there another way I can create a connection to a database, say, a slightly easier way?
Help!

Interesting.  I did just do the Reduce File Size and extended the document and there were no dialog boxes when I saved my data.  The file size got larger instead of smaller and I received the message at the end of the Reduce File Size cycle that said " Enforcement of compatability to an earlier version of Acrobat has increased the size of some images".  There is an image in the file, not one that I added, but from the original document.  No change to the image either.  No biggie to me.  As long as my users can fill out the form and come back to it later to make changes, I'm happy!
Thank you.  I think that solved it!

Similar Messages

  • Adobe Reader/Acrobat Printing Issues - Weird Fonts / Characters - all versions

    Hi everybody.
    I'm experiencing a very nasty issue with both adobe reader (last version) and acrobat.
    When I print something with text, i get only strange characters, mostly symbols.
    I cannot get out of this, I tried everything.
    Already tried
    1) print as image does not works, it's the same
    2) the box in pdf printer " print only with fonts on pc" is checked
    3) reinstalled both adobe applications
    3) reinstalled printer drivers
    4) i've installed and reinstalled those so called missing fonts but nothing
    Next step is to change PDF reader. Any help?

    unfortunately it didn't work.
    It's weird how an application (company) like this could not provide those kind of such easy fixes. I'm not expecting updates or so, but at least a troubleshooting paragraph about this specific problem.
    This problem is well known, there are plenty of pages talking about it.
    I just installed Foxit reader and printed pages were perfect. This demonstrate's Adobe Reader/Acrobat fault.

  • Adobe Reader & Acrobat Pro Extended 9.2 are now available

    Hi all,
    Note that Adobe Reader & Acrobat Pro Extended 9.2 are now available
    http://www.adobe.com/support/downloads/new.jsp
    Or simply go to  Help / Check for updates in order to get the latest build available.
    The Adobe® Acrobat® 9.2 Pro Extended update addresses critical security vulnerabilities while providing more overall stability.
    APEX 9.2 also includes the support of Inventor® 2010 and several 3D bugs fixes.
    Hope it helps
    Best Regards
    William Gallego
    A3D QE Team

    RESOLVED!!!
    The private data of the DEVMODE data structure may be corrupted when you use raw mode to print a document in a 32-bit application on a computer that is running a 64-bit version of Windows
    http://support.microsoft.com/kb/930627
    After installing the above patch, it works like a charm.

  • Adobe Reader & Acrobat 6~9 Group Policy ADM file (only applied once?)

    Hi folks. I created the below ADM template last month based on some of the ones I have seen elsewhere. I import the ADM file to use with Group Policy and make the necessary settings (need to uncheck "Only show policy settings that can be fully managed" to see it in GPO Editor).
    Anyway, when the user logs on it stamps them with the desired registry setting (bEnableJS value 0). Yay! But I notice that if a user re-enables JavaScript in Adobe Reader/Acrobat and then logs off and back on again (reboot or logoff/on) the registry setting does not get re-applied. All other pre-existing Group Policies get applied and doing a gpresult or rsop.msc has everything looking as though it did get applied.
    I notice that if I manually do a "gpupdate /force" to a logged on system the setting appears to be reapplied (need to reconfirm this though). Has anyone expierienced similar with their ADM templates for this? Perhaps I am missing something? Appreciate any help/advice.
    ; Administrative Template to enable/disable Javascript of Adobe Acrobat/Reader 6.x~9.x
    ; Version 1.0
    ; 2010/1/22
    CLASS USER
    CATEGORY !!Adobe_Acrobat_Reader_6-9
        POLICY !!JavaScript_Reader_9.x
        EXPLAIN !!JavaScript_Reader_9.x_help   
            KEYNAME "Software\Adobe\Acrobat Reader\9.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Acrobat_9.x
        EXPLAIN !!JavaScript_Acrobat_9.x_help
            KEYNAME "Software\Adobe\Adobe Acrobat\9.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Reader_8.x
        EXPLAIN !!JavaScript_Reader_8.x_help
            KEYNAME "Software\Adobe\Acrobat Reader\8.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Acrobat_8.x
        EXPLAIN !!JavaScript_Acrobat_8.x_help
            KEYNAME "Software\Adobe\Adobe Acrobat\8.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Reader_7.x
        EXPLAIN !!JavaScript_Reader_7.x_help
            KEYNAME "Software\Adobe\Acrobat Reader\7.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Acrobat_7.x
        EXPLAIN !!JavaScript_Acrobat_7.x_help
            KEYNAME "Software\Adobe\Adobe Acrobat\7.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Reader_6.x
        EXPLAIN !!JavaScript_Reader_6.x_help
            KEYNAME "Software\Adobe\Acrobat Reader\6.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
        POLICY !!JavaScript_Acrobat_6.x
        EXPLAIN !!JavaScript_Acrobat_6.x_help
            KEYNAME "Software\Adobe\Adobe Acrobat\6.0\JSPrefs"
            PART "Enable/Disable JavaScript:" DROPDOWNLIST
                VALUENAME "bEnableJS"
            ITEMLIST
                NAME !!JavaScript_Enabled VALUE NUMERIC 1
                NAME !!JavaScript_Disabled VALUE NUMERIC 0 DEFAULT
            END ITEMLIST
            REQUIRED
            END PART
        END POLICY
    END CATEGORY
    [strings]
    Adobe_Acrobat_Reader_6-9="Adobe Acrobat and Reader 6 to 9"
    JavaScript_Reader_9.x="JavaScript Adobe Reader 9.x"
    JavaScript_Reader_9.x_help="Enable/Disable JavaScript in Adobe Reader 9.x"
    JavaScript_Acrobat_9.x="JavaScript Adobe Acrobat 9.x"
    JavaScript_Acrobat_9.x_help="Enable/Disable JavaScript in Acrobat Acrobat 9.x"
    JavaScript_Reader_8.x="JavaScript Adobe Reader 8.x"
    JavaScript_Reader_8.x_help="Enable/Disable JavaScript in Adobe Reader 8.x"
    JavaScript_Acrobat_8.x="JavaScript Adobe Acrobat 8.x"
    JavaScript_Acrobat_8.x_help="Enable/Disable JavaScript in Acrobat Acrobat 8.x"
    JavaScript_Reader_7.x="JavaScript Adobe Reader 7.x"
    JavaScript_Reader_7.x_help="Enable/Disable JavaScript in Adobe Reader 7.x"
    JavaScript_Acrobat_7.x="JavaScript Adobe Acrobat 7.x"
    JavaScript_Acrobat_7.x_help="Enable/Disable JavaScript in Acrobat Acrobat 7.x"
    JavaScript_Reader_6.x="JavaScript Adobe Reader 6.x"
    JavaScript_Reader_6.x_help="Enable/Disable JavaScript in Adobe Reader 6.x"
    JavaScript_Acrobat_6.x="JavaScript Adobe Acrobat 6.x"
    JavaScript_Acrobat_6.x_help="Enable/Disable JavaScript in Acrobat Acrobat 6.x"
    JavaScript_Enabled="JavaScript Enabled"
    JavaScript_Disabled="JavaScript Disabled"

    Hey, what you have described is normal behaviour for the way you have written your Custom ADM file.
    Because you are not using Proper Windows Policies, i.e. Setting them in the policy location in the registry, then once you apply a setting, it will not get over written again ever unless you made a group policy change or do a gpupdate.
    Normal group policies will get re-applied depending on the time frame set in the policy its self.

  • Trying to open a file in the browser and Adobe reader/acrobat says to quit and try again (1:9) HELP

    trying to open a file in the browser and Adobe reader/acrobat says to quit and try again (1:9)
    Do this over and over and even reinstalled several times to no avail. Mac running the latest Mt. Lion
    HELP

    click file > place formats to import graphic files.
    http://helpx.adobe.com/indesign/kb/supported-file-formats-indesign-cs5.html

  • Adobe Reader/Acrobat Is not Installed

    I get an error on machines on our work network that says Adobe Reader/Acrobat is not installed. However most cases it is installed on the machine and in most cases it turns out to be the 8.1.1 version of Adobe reader. So what we have noticed is that the permissions do not seem to be right with the .pdf file extention. We manually add the users, power users group to the file extention and then we grant them full control over the extention and in most cases that as well will not work. The next step would be to uninstall 8.1.1 Adobe reader and then reboot. Upon the restart we will log on and install the 8.1.2 update. Sometimes this works but then again I have noticed that the users, power users group is not in the .pdf file extention. Then we will add them in and yet the user will still have the same error message. We have fun out of ideas and the other bad scenario is that this is free software and its very difficult to get support for. Anyone have any ideas?

    Hi snoreaustralia,
    It sounds like you just need to associate the PDF filename extension with Acrobat, rather than Preview. Please see this document from the Microsoft Help for instructions on choosing the default program for opening a particular file type (in your case, PDF): Change which programs Windows uses by default - Windows Help
    Best,
    Sara

  • JS: How to close Adobe reader/Acrobat?

    How to close a PDF file in Adobe reader/Acrobat using JS in Design?
    Thanks in advance.

    Here is an example:
    #target indesign
    var acroScript = 'var d = app.activeDocs;\r';
    acroScript += 'for ( var i in d ) d[i].closeDoc( true );';
    var bt = new BridgeTalk;
    bt.target = "acrobat";
    bt.body = acroScript;
    bt.send();
    It closes all open documents in Acrobat without saving. However it  works only on PC and only in certain versions of InDesign and Acrobat. (I tested it at work, in InDesign CS3 and Acrobat 8 Pro, on Windows XP)
    But at home computer I have Acrobat X version 10.1.1 and bridgetalk doesn't "see" it.
    Note that closeDoc method has an optional parameter -- bNoSave -- whether to close the document without saving. If false (the default), the user is prompted to save the document if it has been modified. If true, the document is closed without prompting the user and without saving, even if the document has been modified.
    Hope this helps.
    Kasyan

  • Adobe Reader 9 - access issue

    I have the latest Reader: but I find I cannot access PDF documents from saved emails & directly from My Documents - I get the message 'H:\programme files\Adobe\Reader9.0\Eula.exe Windows cannot access the specified path, or file. You may not have the appropriate permissions to access the item' I am computer administrator.
    I have Windows SP3
    I use ZoneAlarm Pro & anti-virus (just in case this might be relevant)
    Can anyone assist with an explanation & solution?
    Regards
    D Willmot Smith

    re Adobe Reader 9 access issue, 20 Dec
    It appears this is not an Adobe Reader issue at all. I have had the same trouble downloading an update to an unrelated programme.
    The solution appears to be in ZoneAlarm Pro - I have set the trust level and access permissions for Internet Explorer to 'super trusted' and 'allow' (programme control - programmes), and this seems to have worked.
    Other forums point the finger at restrictions in IE7 Enhanced Security feature, and to similar restrictions in some anti-virus/anti spyware programmes. Also, some .exe files for download come automatically blocked, & need unblocking (right-click the .exe, choose properties, then general tab, where there is an 'unblock' button at the bottom.
    Regards, & happy New Year
    D Willmot Smith

  • Is adobe reader, acrobat requires system reboot for installation and  upgradation

    is adobe reader, acrobat requires system reboot for installation and  upgradation?

    Hi Rave,
    Thanks for your reply.
    we have a vulnerabilities scan on adobe systems. it shows as below .
    Plugin Name
    Remarks
    Family
    current version
    Adobe Reader Unsupported Version Detection
    Upgrade to latest version(http://www.adobe.com/support/programs/policies/supported.html)
    Windows
    Adobe Reader 9.5.5 9.5.5
    please tell me how to fix it.
    thanks in advance .
    Regards,
    Harish

  • Adobe Reader V9 Printing issues

    I have windows XP Pro with SP3, IE 8 and adobe reader 9.
    When prinitng .pdf documents to any of the network printers be it ( Canon, lexmark or HP ) it does not print correctly. Some of the pages are blank or has data on the botom of the page.
    Any suggestions will be helpful...

    unfortunately it didn't work.
    It's weird how an application (company) like this could not provide those kind of such easy fixes. I'm not expecting updates or so, but at least a troubleshooting paragraph about this specific problem.
    This problem is well known, there are plenty of pages talking about it.
    I just installed Foxit reader and printed pages were perfect. This demonstrate's Adobe Reader/Acrobat fault.

  • How do I send a PDF fillable form from Adobe Reader Acrobat?

    I just installed Adobe Reader in my iPad to send a fillable form but as I sent it out the form is received blank by the recipient.  How do I save the PDF fillable form and send it out with the filled out information.  I am able to save it in Acrobat but for some reason I send the form but the recipient receives it blank.  What can I do?  Thank you for your help.

    Your recipient needs to use Adobe Reader or Adobe Acrobat to reliably view a filled form. Chances are they are using a third-party, substandard PDF reader like Apple Preview. Adobe Reader is a free download; if necessary, you could provide them a link from the Adobe website.

  • 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.

  • Quick Tip: How to save form data in Adobe Reader | Acrobat X Tips & Tricks | Adobe TV

    A quick tip that explains how to go about saving data that you enter into your form in Adobe Reader X.
    http://adobe.ly/yddZN8

    I am trying to download an application from a website using Adobe Reader X and the Adobe Reader 9.5, but I cannot save the information.  I am suppose to send it in PDF format, but when I do, there is nothing in the fields.  I do not want to spend over $20 for a program.  Thank you!  GOD bless

  • Adobe Reader 7.0 issue with Visual Studio 2003

    I'm working on a windows form using Visual Studio 2003(Dot Net Framework 1.1) and has got a PDF Viewer in that application to show the reports in PDF Viewer (Adobe Reader 7.0). After adding the reference of COM component (Adobe Acrobat 7.0 Browser Document), I'm unable to build my visual studio solution because of an error "Unable to emit assembly: Referenced assembly 'Interop.AcroPDFLib' does not have a strong name". The same visual studio solution works fine with Adobe Acrobat Reader 6.0. Pleae help me to overcome this issue...

    Hi tristan,
    how are you doing ?
    as per the pre req for NCo,
    u're JRE is requested to be : 1.3
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b4/79cb9463b89a41a73e1e2805eb4bf7/frameset.htm
    i successfully use j2sdk 1.4_13, but i am aware of issues when you use jdk 1.5 for other SAP [Portal] related products, try jdk 1.4_12 or 1.4_13 and see if there is any difference
    also is there any requirment for VS 2003 & 2005 on the same machine ?
    i am curious to understand the problems you are facing with this config
    with respect,
    amit

  • Adobe Reader 9 Displaying Issue

    Hi All,
    Right now I am using Adobe Reader 9 to display on the web page. While displaying the dynamic contents, its displaying Vertically.
    Note :
    1 . The page I have designed with Adobe Acrobat  9 Pro.
    2 . The page is portrait format.
    3 . When I click the "Highlight Field Button" the text seems fine (i.e. Horizontally).
    4 . I have to use this on the IE web browser.
    I have written a javascript code to disable the "Highlight Field Button", it worked fine for me. But I think its not a permanent solution to this issue.
    Could anybody tell me how to remove this "Highlight Field Button" from the Adobe Reader 9? (either by writing a script or by disabling from the Adobe Reader 9 features or any special things I need to consider)
    If there is a problem understanding the issue then please let me know.
    Thanks & Regards,
    Pranabesh

    Hi All,
    Appending to above disscussion, below were the two images I am attaching with this post.
    Image 1 : Its a portrait view of the form, where the text in the fields are showing properly (Horizontal Orientation.)
    Image 2 : Its a lanscape view of the form, where the text in the fields are showing properly (Vertical Orientation.)
    Issue :
    Why the texts are being transformed to verical manner while showing on the landscape forms?
    Note :
    1 . The page I have designed with Adobe Acrobat  9 Pro in landscape orientation.
    2 . When I click the "Highlight Field Button" the text seems fine (i.e. Horizontally).
    3 . I using this form on the IE web browser.
    4 . If I disable the "Highlight Field Button" the texts are back in their original orientation. But this is not a permanent solution to the above issue.
    Could anybody tell me how to make the text visible in its original orientation i.e., Horizontally?
    If there is a problem understanding the issue then please let me know.
    Thanks & Regards,
    Pranabesh

Maybe you are looking for

  • PO not visible in the Purchase Orders screen

    Hi All, There is a Purchase Order which we are not able to view in the 'Purchase Orders' screen. The PO status is 'IN PROCESS'. The PO is visible in the Purchase Orders Summary screen. Need to do some changes to the PO. Can you please let me know the

  • JTextPane in JScrollPane... Scrolling when needed

    Hello all. I have a jtextpane in a jscrollpane and I'm using the following code to append a line in jtextpane and set the vertical scrollbar of jscrollpane at the bottom...   htmlDoc = (HTMLDocument) output.getDocument();   htmlKit.insertHTML(htmlDoc

  • The sequence number when exporting should represent stacks

    When exporting images, I would like the sequence number to apply to the first image in a stack, but the rest of the images in the stack should have the same number as the first one but with an extra suffix. Something like this: stack 1: DSCN0010.DNG

  • No sound in Flash for IE or Firefox

    I've been looking for a solution to this for a few days. First, some background: A week or two ago, I noticed that sometimes the sound would not play during YouTube videos. If I refreshed the page, the sound would come back. However, a few days ago,

  • How to insert picture on canvas

    Forms Builder 6i patch2. It should be simple, but I really can't find how to specify filename (eg. c:\temp\birds.jpg) My Image Item is empty! Thanks