LiveCycle Designer 8 Adding Cells

Hello,
I'm trying to get two cells to add one another(A1 + A2) and dump that data into a third cell(A3). The formula on A3 is: Sum (A1,A2). I think I have the formula correct, but when the PDF is created it doesn't add the two together. What am I missing? Please help!
Thank you!
-Chris

No, but thanks for the reply... it made me go back into the PDF and take a second look.
I figured out that under the Show: list it was set to "Events with Scripts"(the default) not "Calculate" like it needed to be for this!
Thanks again and good luck to other people - hope this will help out someone with this same problem!
-Chris

Similar Messages

  • Adding and Removing an Instance in LiveCycle Designer 8.2

    Good Morning,
    I am just beginning to use LiveCycle Designer 8.2 which was packaged with Adobe Acrobat 9.0 and I was just given a short timelined project for a form to be created for which I would like to include a + and - button to add and remove instances (it would add and remove student information as needed .... maybe only a list of data involving 5 students or for other teachers they may have 10 students, etc.) so I want them to be able to add and remove "instances" as needed.  I have been working on this and looking at forums and clips and have not been able to successfully accomplish this task yet.  I am wondering if anyone can give me some help?  Thanks.
    L Gardner

    The best reference I've found is at
    http://forms.stefcameron.com/2006/11/11/instance-manager-object-reference/
    Let me know if you need a sample

  • LiveCycle Designer 8-scripting search Access DB records

    Hi
    I am new to LiveCycle Designer 8 having it included with Acrobat Pro 8. I have been trying to set up a basic form that can interact with an Access 2007 DB. Following the help guide, online tutorials, I have been able to set up the data connection, figure out how to establish a "trusted environment" and added several buttons as a test. Using JS, the next, previous, update, first and last buttons work, populating the form fields with the sample DB data and updating the DB (update). Can't get the add new record button to work even though the JS scripting is precisely that shown in the same tutorials for the other buttons. If I delete the text in the on screen cells in the .pdf form, enter new text, click add, all that I added disappears. Checking the DB, nothing has been added. Same difficulty with deleting a record, and the current opened record does not delete.
    Reading a posting suggesting setting up an SQL query instead, leaving of any auto-incrementing item (like ID), and using the JS scripting for the button (don't yet know how to use SQL for next, previous, update, etc.), still couldn't get the add new or delete to work. Tried every combo of no user name, no password to user name, password blank, etc. No success.
    The other needed capability for the test form is the ability to search the DB records, for example by name or ID, for example by the user entering a name or ID in a text input box, clicking a "search" button and the record (if it exists) displaying in the other cells. Then, once found, it could be updated or deleted. One tutorial aims to populate a drop down list box with the data from a specific DB column. It doesn't use JS, rather FormCalc (which kept generating error messages, when I tested it out))and is far too complex for my limited novice skills. If I could display a drop down list box with all of the names and ID's in a DB, the user could choose one and once the record would populate the cells, they could update or delete it.
    So, I'm stuck. Can't get the add new or delete to work and can't figure out how to set up a search to identify records for update or delete. I've read and read anything I can find online, in the Adobe knowledge base, forum, blog postings, trying out many ideas without any success.
    I am hoping someone can help with some suggestions, sample scripts, hopefully understandable by a beginner.
    Any help would be appreciated.
    Kind Regards,
    Stephen
    [email protected]

    Here are some good blog entries
    http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/
    http://forms.stefcameron.com/2006/09/29/selecting-specific-database-records/
    I also did a tech talk for the Acrobat Users Group where we talked about Database connectivity. Here is a link to that webinar for the replay
    http://adobechats.adobe.acrobat.com/p69655795/
    Paul

  • LiveCycle Designer 8.0 Drop-down menu help - newbie

    I am new with LiveCycle and do not know much about coding and the like. I've search the forums and have not found quite what I need. (It might be because I don't know the correct terms to search - so I apologize in advance if there was a previous posting regarding this)
    I am creating a form for lab tests for referring physicians to fill out.
    for simplicity, I will just use the state, city example.
    >>>>>> QUESTION 1.
    I have dragged/dropped a drop-down menu icon onto the form, gone through the Palette>Object>Field>List Items to compile the list of states (in my real case, a list of lab tests)
    How can I get the second drop down menu to show the corresponding cities based on the "state" selected in the first drop down menu? So that when I choose "California" I have the option in the second drop-down menu to choose from "Los Angeles," "Orange County," "Long Beach," etc
    VERSUS
    if I select "Texas" the list will retrieve "Houston," "Sugarland," "Dallas," etc.
    I read about hardcoding and although I'm not quite sure what that means, I think that is what I will be doing as I will not be referencing outside of my form.
    Also, the items in these menus are long/descriptive in nature, is there a way to refer to the lists in the code without having to type everything out? In my form (instead of "state") I will have lab tests "Test_1" with CPT codes attached, that is the list includes items like:
    93880 - carotid duplex scan, bilateral
    93882 - carotid duplex scan, unilateral
    and in drop-down list 2 I have items like:
    454.0 - varicose vein with ulcer
    454.1 - varicose veins with inflammation
    it would be such a pain to type each out in the code, but if there are no other ways around it, that is fine too.
    >>>>>>> QUESTION 2.
    The referring physician will have the option to email this form to the vascular lab scheduler. To prevent an "accidental" changes, I would like the form to be a "live form" for people to fill out, but upon return, the form to be a static PDF file, that is, the person receiving the email does not have the option to make any changes (purposeful or accidental), is there a way to do this?
    THANK YOU SO MUCH IN ADVANCE!
    again, I apologize for asking for help for what I'm sure is an easy fix. I don't know very much about the coding language, if it is not too much to ask - step-by-step would be helpful.
    I'm using Adobe LiveCycle Designer 8.0.
    Thank you.
    -Viv

    Hi Geo,
    Thank you for the link.
    Sorry, this is very difficult for me to explain not knowing the scripting language, but I will try my best not to confuse you too much.
    I was able to get Thom's example to work, and based on that, I was able to get this hypothetical situation to work:
    < script contentType="application/x-javascript" name="Example2" >var oTestOrdered = {
    12345678912345678: [ ["-"], ["AAA (Endologix)"], ["AAA (GORE)"], ["Aortic Arch"],["other"]],
    56565: [ ["-"], ["Varicose Vein"], ["Venous Insufficiency"], ["Spider Veins"],["Symptomatic Var Veins"]],
    46546: [ ["-"], ["TA biopsy"], ["CEA"], ["amputation"], ["debridement"]]
    function SetTestEntries()
    ICD9_2.clearItems();
    ICD9_2.rawValue = null;
    var aTests = oTestOrdered[xfa.event.change];
    if(aTests && aTests.length)
    for(var i=0;i<aTests.length;i++)
    ICD9_2.addItem(aTests[i][0].toString());
    </ script >
    HOWEVER, I cannot get something like this one to work (the only difference is that I added a "9" to the first option) it seems as though I cannot insert anything beyond 17 consecutive characters (no dashes and underscores are allowed either):
    < script contentType="application/x-javascript" name="Example2" >var oTestOrdered = {
    123456789123456789: [ ["-"], ["AAA (Endologix)"], ["AAA (GORE)"], ["Aortic Arch"],["other"]],
    56565: [ ["-"], ["Varicose Vein"], ["Venous Insufficiency"], ["Spider Veins"],["Symptomatic Var Veins"]],
    46546: [ ["-"], ["TA biopsy"], ["CEA"], ["amputation"], ["debridement"]]
    function SetTestEntries()
    ICD9_2.clearItems();
    ICD9_2.rawValue = null;
    var aTests = oTestOrdered[xfa.event.change];
    if(aTests && aTests.length)
    for(var i=0;i<aTests.length;i++)
    ICD9_2.addItem(aTests[i][0].toString());
    </ script >
    The form I am creating is a Vascular Lab request form, where the test ordered (drop down box 1)has a CPT code to reference the test being ordered (i.e., 93880 - Carotid Duplex Scan, bilateral) and the test has a set of diagnoses (ICD-9 codes) in drop down box 2, associated with that test (i.e., 459.81 - Venous Insufficiency)
    I have found that I do not have a problem with the "diagnoses" but I cannot add the descriptive test select in the first place. That is, the code works fine if I leave it as "93880" but not "93880 - description." I have also run into the problem that I cannot use dashes or underscores, nor can I type more than 17 characters otherwise the code no longer works.
    Is there something I need to add or remove in order to make this work?
    Thank you in advance for your help and patience!

  • Why can't I 'place' a signature into a .pdf form created in LiveCycle Designer 9???

    Hi there,
    I have been pulling my hair out all afternoon!
    I have created a dynamic form in LiveCycle Designer 9 - saved it as a Dynamic XML Form - opened it in Acrobat X - saved it as Reader Extended PDF and Enabled Additional Features. My colleagues will then need to open it in Reader X and select the option to draw and place thier signature in the text field I have provided them with. When I open the form in Reader X and click on the SIGN tab I get the following error message:
    The security settings on this document prevent adding text and/or placing a signature on it from Adobe Reader. To fill and sign this document you need to print it out.
    I have looked for help on this issue everywhere, yet to no avail.
    I do not want to hear about using digital signatures or Echosign, We only want and need to have staff sign forms by drawing their signature.
    Please help!
    Thanks,
    Will

    Hi will,
    I am not aware of Reader Enabled PDF from Acrobat X.
    Have you tried enabling digital signature using Reader Extensions which comes with LiveCycle Server. viz http://I.P:Port/ReaderExtensions
    Regards,
    Ali

  • Adobe Acrobat 9 and LiveCycle Designer

    We have had some outside help creating forms and they have been using LiveCycle Designer and we would like to make some changes however since we only have Acrobat 9 we are not able to open the form to edit fields. When looking at the help menu in Acrobat is stays that You can use LiveCycle designer to edit forms that were created in Acrobat, however Acrobat can not edit forms fields that have been opened and saved in LiveCycle Designer.
    With that said, do we have LiveCycle and we just dont know about it? Our outside help seems to think we should have it? does anyone know a work around? Thanks!

    You should be able to open the form. As far as edits, you will have to go to the FORMS menu. The TOOLS>Forms is for the AcroForms, not LiveCycle. The FORMS menu is generally your entry to LiveCycle. If you do not have that, it is apparently an issue with Std (I thought they had added Forms to AA9 Std).

  • ADOBE LiveCycle Designer 8 - EMAIL SUBMIT BUTTON DOES NOT WORK

    I created a new form in Adobe LiveCycle Designer 8, but the email submit button, nor a regular button assigned with a 'submit' function will do anything. It should initiate a new Outlook email but it does not. My default programs are set correctly (default email program and the default "mailto" program are set to Outlook). This document was created not only with ALC8, but on a Windows Vista PC with MS Office 2007. I ran a test to see if it would work on a WinXP SP2 machine with Office 2003 and it still did not work.
    Can anyone help?

    Alan
    Though not an expert, I've created a few forms with the Submit by Email button. If you've already done this then sorry for asking, but did you go through the Acrobat Distribution (Forms>Distribute Forms)process after creating the form in LC8? As far as I can tell the email submit button doesn't work without this stage.
    This confirms the email submission address, then sets up a dataset to be saved in a location of your choice.
    filename_dataset_0001.pdf
    then a file type that can be edited, saved and submitted by Reader users:
    filename_pub_0001.pdf
    You can save this to your intranet server or email direct to the recipient.
    When the submit button is then used you receive a copy of the whole form which on opening will prompt you to add it to the dataset. Receiving and adding multiple forms to the data set is straightforward. You will see them all listed in the viewer above the form itself. From here you can also then select and export the data to Excel via xml or as a csv file.
    Note that any changes you make to the form should be to the original document and the distribution process repeated, otherwise the functionality of the form will be affected.
    That's about the limit of my knowledge I'm afraid, therefore if you have already tried this and are still having problems then hopefully someone else can help out.
    Regards

  • Redistilling an Encrypted PDF - Acrobat 9 Pro Extended & Livecycle Designer ES2

    Hello There - a little help or advice please!
    I have created a very comprehensive interactive form in Livecycle Designer ES2, complete with many interactive buttons (visible screen only).
    This document is then completed on screen in Acrobat or Reader which all works fine.
    For the end user, a copy of the completed and processed form need's to be distributed, purely as a Read Only document which allows no copying of text or images. I can apply these settings via Security Management in Acrobat which is fine, but all of the interactive buttons are still visible on screen and for some reason the email submit button is still active.
    The perfect solution would be to use Adobe PDF printer as it also reduces the file size (which works fine with No security settings) however I am aware that encrypted files cannot be redistilled which is what I really need. Unfortunately I cannot have end users having the ability to copy the images or text within the read only document.
    I've seen on the Livecycle ES2 forum that it would be possible to lock all the fields by adding script and hence make the fillable form non fillable, but it is removing the buttons and stopping the ability to copy text / images I am slightly more interested in. Any advice would be gratefully received especially if there may be a workaround.
    Thankyou!

    I can't open the Form Tools though is what I'm saying. When I open the document in Acrobat 9 Pro I have no form tools.
    I have to go to [Forms] -> [Edit Forms in Designer] in order to open the form tools.
    Only when I select to open in designer I do not get the Acrobat Pro Designer, it automatically opens the document in LiveCycle and I have no option or ability to change the document designer to Acrobat Pro.
    Is there some way I can "Force" the docement to open in Acrobat 9 Pro designer JUST so I can add the print button?

  • Font Issue in Form created in LiveCycle Designer ES2

    I have a PDF form that was created originally from Word's Acrobat conversion tool. Now I need to add functionality thru LiveCycle ES2 and have imported the form into LiveCycle.
    There is a set of text running down the side which indicates it is Times New Roman (In LiveCycle). I have made the changes but have not touched this text at all.  The form is saved as a Static PDF.
    When opened in Full Acrobat or Reader, the text running down the side is no longer in Times New Roman, but Myriad Pro.  I don't understand why LiveCycle is changing the font on text that I did
    not edit at all. 
    My Livecycle Form Properties are set to Embed Fonts.
    Trying to understand what is going on with this font and any help would be appreciated as I've racked my brain all afternoon on this trying different things.
    (As part of my troubleshooting process, I reviewed the original Acrobat form and in Acrobat that same text indicates the original font used for that text was Times New Roman PSMT and if you wanted to edit it, Acrobat would substitute Times New Roman. Not sure if this helps but thought I'd mention this....)
    4/18/14 UPDATE - ISSUE FIXED FOR NOW
    My original process above was to import the PDF into LiveCycle to Dynamic XML. The text would appear as Times New Roman but after adding functionality and saving, Livecycle continued to convert the text from Times New Roman to Myriad Pro. Embedding fonts and checking substitution list did not resolve.
    After spending the day trying to get LiveCycle to save the PDF and keep the problem text in Times New Roman, I finally reimported the original Acrobat PDF form into Livecycle all over again but this time as a Fixed Page Layout, where the document gets imported as artwork and cannot be edited. I then added functionality in Livecycle and resaved. 
    Message was edited by: LBarton

    Does anyone have any tips on how to resolve this?  My LiveCycle form is a dynamic form.  It seems like livecycle Designer ES2 has corrupted it or designer ES2 has a bug that makes reader and acrobat print engine not recognize the pages.
    Any help would be great.
    Thanks,
    Josh

  • Updating Tag Name using Adobe Professional for PDF form created with Tags in Adobe Livecycl Designer

    I have created a form using Adobe Livecycle Designer. These PDF forms have Tags on them when created and generted from Adobe livecycle designer.
    I am able to open the PDF form in the Adobe Profesional 9.0.
    I want to edit / Update the Tags on the PDF form using Adobe Professional 9.0. I am not seeing any option to view the Tags on the forms so that I can edit it while I have open the PDF in the Adobe Professional. The PDF document was created in Adobe Livecycle Designer 9.0
    Please let me know how can I edit the Tags on a PDF form using Adobe Professional for a Form that was created using Adobe livecycle and tags added.
    Thanks,
    Siva.

    Edit the tags in Adobe Livecycle Designer.

  • Adobe LiveCycle Designer ES 8.2 Dropdown List Fill from a spreadsheet

    I am a new user to Adobe LiveCycle Designer and have created a form which a manager is required to fill out for each of their employees.
    I would like to create a drop-down object which will contain the name of the employees, so the manager can just pick the employee from a dropdown list and then fill out the evaluation.  We have over 1000 employees, so I don't want to type them in one by one.
    Please let me know how to link the list of employees to this form from another source. 
    I can put the list of employee names into an Excel spreadsheet or an Access Database.
    I have tried following information posted in different places in the web, but I must be doing something wrong??
    I would appreciate a step by step guide of instructions to help me accomplish this task.
    Thank you in advance for your assistance.

    Select the Drop Down object and add a sample name thru the object UI. Now view the "XML Source" TAB, it shows xml code similar to the image.
    Now need to prepare all the names from the excell, place all names in one column of excell and copy paste the <text> and </text> nodes to the names(hopefully each column at a time). now need to copy all together and prepare final version to copy notepad (may require some replace all with spaces to format properly) then from notepad only update the above xml source . while going to design view it may pop-up warning message of changed xml, and click yes, now all names should be present in the dropdown. Hope this works.All we are doing here the form design is from "XML Source" tab insted of adding one by one from the object from design view.

  • Adobe LiveCycle Designer ES has stopped workin

    After many projects with LiveCycle Designer, I get the following error message when trying to open any file that was created with the program: "Adobe LiveCycle Designer ES has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." Operating system: Windows 7. I removed and reinstalled CS4 Master adding back Acrobat 9. I also downloaded and installed 32-bit version of the executable file vcredist_x86.exe. Please help!

    That could be due to a number of reasons so it's hard to pinpoint what caused the issue.
    Found this thread online: http://forums.adobe.com/thread/572584
    Not sure if this helps.

  • Is LiveCycle Designer ES 8.2 LiveCycle ES2 or ES1?

    Hi,
    I am confused with all the LiveCycle release conventions.
    Is LiveCycle Designer ES 8.2 LiveCycle ES2 or ES1?
    I am using Designer ES8.2. I manually added some PDF metadata to XDP form in the XML Source tab. After the XDP form gets redendered to either static XFA PDF or dynamic XFA PDF, the PDF metadata I added manually is lost. I was told there is a known defect with LiveCycle ES1 and it has been fixed in ES2. So, wondering whether ES 8.2 is ES1 or ES2?
    Thanks!
    lcfun

    Designer 8.x = ES
    Designer 9.x = ES2

  • Hide zeros in a form using LiveCycle Designer ES 8.2

    How do i hide the zeros in calculated fields?
    Some of my fields show the zeros and others do not and i can not figure out why or what the difference is between the fields. They seem to look the same.
    I've found a post where it suggests using the validation tab for the field and add certain code but my validation tab is grayed out. Although, that suggestion may have been for the Acrobat product not LiveCycle Designer ES 8.2.
    Here is a link to the example.pdf of some fields showing zeros and other fields not showing zeros. I don't want any zeros showing incase someone wants to printout the form and fill it in by hand.
    http://www.appleriverstatebank.com/erexample.pdf
    Thanks!
     

    I finally got it working. The display pattern was set to num{$z,zzz,zz9.99} I added, null{}|zero{}| to the beginning and ended up with
    null{}|zero{}|num{$z,zzz,zz9.99} and the zeros went away.  On a side note, once i added null{}|zero{}|, the Allow Empty check box and Allow Zero check box became checked.
    Tanks for nuttin Danny!
    Just kidding, Caddyshack was on the other day...

  • PDF Templates: using forms designed in LiveCycle Designer

    Greetings,
    I’m creating templates using Adobe LiveCycle Designer ES2 and using Adobe Acrobat X. When I upload the PDF templates I’ve created to BI Publisher, I hit a brick wall. The reports spit back *“FormProcessor internal error.”* when I click on View, then click through the "Error: contact an administrator" box. When I choose Export... I get a broken PDF file that doesn't seem to have any content.
    When I go to Layouts and click Map Form Fields for any of these layouts, I end up with a blank-looking screen. It says "Map PDF Form Fields" at the top, but there's just a gray box below it, where you should see the PDF form.
    It should look like this
    http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/b40017/T421739T423025.htm
    (right by “Adding a Predefined PDF Form as a Template”)
    I'm using BI Publisher 10.1.3.4.0
    Any help is appreciated! The "FormProcessor internal error" is so vague that I'm not sure where to look for help. I can generate reports using RTF templates with no problems. LiveCycle Designer seems perfect for the task at hand, so I'm really hoping I can get this working.
    Thanks,
    Martin

    Greetings,
    I’m creating templates using Adobe LiveCycle Designer ES2 and using Adobe Acrobat X. When I upload the PDF templates I’ve created to BI Publisher, I hit a brick wall. The reports spit back *“FormProcessor internal error.”* when I click on View, then click through the "Error: contact an administrator" box. When I choose Export... I get a broken PDF file that doesn't seem to have any content.
    When I go to Layouts and click Map Form Fields for any of these layouts, I end up with a blank-looking screen. It says "Map PDF Form Fields" at the top, but there's just a gray box below it, where you should see the PDF form.
    It should look like this
    http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/b40017/T421739T423025.htm
    (right by “Adding a Predefined PDF Form as a Template”)
    I'm using BI Publisher 10.1.3.4.0
    Any help is appreciated! The "FormProcessor internal error" is so vague that I'm not sure where to look for help. I can generate reports using RTF templates with no problems. LiveCycle Designer seems perfect for the task at hand, so I'm really hoping I can get this working.
    Thanks,
    Martin

Maybe you are looking for

  • Re-Recording DVD+RW disks?

    I have a LaCie d2 DVD±RW drive and was planning to use DVD+RW disks to (hopefully) re-record iPhoto library backups, ITunes backups, etc. I wanted to use the same disks every month, instead of using DVD+R or DVD-R disks and throwing them out. Well, a

  • TS3682 apps not transferring from old iPhone to new one

    does anyone know why im not able to sync my apps from old iPhone to new one through itunes?

  • Silent install Air Runtime and Air App with custom installer?

    I want to use a custom installer that will perform some actions, and then silently install air runtime and an air application. The goal here is to be able to perform a customized install for an Air application (for a user that might not have Air inst

  • SCCM 2012 application catalog items not showing up

    I have an SCCM 2012 package which is being deployed to a device collection The users are not seeing this package appear in the application catalog, nor is it appearing in the software centre Can we no longer deploy (advertise) to device collections f

  • Strange error message when creating Project Excel Template, can anyone explain?

    I am getting this error every time I create a Project Excel Template, and I don't know why, nor do I understand what the error message is trying to tell me. The project is very simple, just a task list with resources assigned, but the resources are n