Newbie...large form, repeated fields, separate output

Apologies in advance for being the newbie.  I'm great with programming MS, not done any in Adobe, and I suspect the answer to this is going to be that it'll require scripting.
I have a need to process a large batch of mixed typed of paper:
forms filled in by hand, with address/other info
checks (images of checks)
forms that have been pre-printed with information
These will all be one large continuous set of pages (will start as a video file of these getting imaged, then someone will create snapshots of the points in the video where each page is laid under a camera, then the snapshots will be combined into one pdf, which represents all documents that got processed).
I then need someone to have the ability to do the following, as they go through the pages in Acrobat:
- depending on the type of image they see (hand form, check images, printed form), click a shortcut, which will create a predetermined set of form fields, in a predetermined place on the screen (effectively layered onto the image).  These form fields will be set up to correlate to the type of image (a hand form will have X number of fields, which allow for address, checkboxes, etc....a check image will have Y number of fields which are address and amount...and so forth)
- they will then do one of the following:
          have a dropdown, which is fed by some DB (don't know if it is supposed to reside in Adobe somewhere, or can be looking into an Excel/Access, or how this might be done).  They will select from an ID number that the image they're processing needs to tie to (again, ID numbers are already determined in a system elsewhere...this exercise is tying form/check information to that ID number)
          fill in the appropriate fields if it is check or handwritten form
          have the fields for a pre-printed form (which means that the person's information is already in the system, and they printed the form up before submitting it in person) populate the fields in Adobe...so there are X number of fields...in our system we have the information to fill them...based on the lookup that happens in the dropdown, the values that would populate name/address/etc need to also come back and populate the set of fields in that page
          use then just verifies what's on the screen matches the form, or edits as necessary
all fields then need to output into a structured Excel file (this part I've done with Adobe before, so I am aware of how to do this).
How much of the above is reasonably simple, for someone who knows scripting?  Anything sound like it's simply not possible?  I'm trying to gauge whether this idea has legs.  Thanks.

Thanks Jimmy, I read through a few other posts on the forum about vaguely related results and found the problem.
It seems that when i had copied and pasted a bound subform containing data and then changed the binding on the outer subform, the actual binding on the controls hadn't changed (despite seeming to have done so in designer). When i went into the XML source and manually changed these, the problem seems to have cleared up.
But thanks anyway :)

Similar Messages

  • Display repeated fields label in data form

    I have created an input form with periods & years in columns. One column for current period & year according to user selection and the other for Dec of prior year. Whenever Dec period is selected, the "December" word will not display in other column because it is the same. It seems like system default not to display for repeated fields. However, users would like to see it. Does anybody have any ideas/workarounds for this? currently, i typed in the word "December." with a dot at custom header to make it looks different so that the comparative column header will be displayed.

    Hello Raul,
    where can I change this setting? in workspace?
    Thanks in advance.
    JC

  • Large form set: Deliver in portfolio, or build one big PDF?

    Greetings, all--
    I am using LiveCycle to recreate a set of 24 or so forms that were originally built in Word. My users download the forms, complete them on their desktops, then print and submit the forms in hard copy. Most users are not tech savvy. The forms must be very easy for them to access, open, navigate, and print. Most also function within severe hardware limitations (slow Internet connections, old machines, etc.). On my end, I have a rusty at best command of scripting and am new to LiveCycle. I know what I want my forms to do but am very slow at figuring out how to make those things happen.
    I am working first to decide on how to deliver these forms. It looks like I will have to build one big PDF to get the form behavior I want (autopopulation of like fields, field calculation, etc.). Does that sound right? Or is it possible to set up each file as a separate PDF and package them in a portfolio and still get cross-file behavior like auto field population, sequential page numbering, etc.?
    Any feedback on setting up big set of files would be much appreciated.
    Thank you,
    Virginia

    Hi,
    For what it is worth...
    First of all consider what version of Acrobat/Reader the user population will have. Improved functionality comes with each new version. So you might end up including features in your form that won't work on the users' PC. In LC Designer 8.2 you are able to define the target version (in File/Form Properties/Defaults) and then check in the Warnings tab to make sure that the form will run OK in that version (eg no warnings);
    If people don't have to save the form (or the data that they have typed in) then you don't have to worry about Reader Enabling the form. This gives the ability to users with Reader to save that (Reader Enabled) form. Useful if they are filling in the same form regurarly.
    The implementation of Portfolios in version 9 is very good. However if users have older versions of Acrobat/Reader then it will revert to the previous implementation of Packages (less graphical) and users will get warning messages.
    Keeping the forms separate will help performance; but may make it more difficult for users to locate the correct form. Creating one large form in LC is possible (and will make it very easy to share values across the 24 forms becuase they will be in the one XFA PDF); however if each form has multiple pages and there is dynamic hide/visible script then performance may be a problem. If the form is static (eg does not grow) then performance will not be as badly affected with the single form approach.
    There is a work around to get forms to talk to each other (whether in a portfolio or not), but it requires a good bit of scripting and a cool head.
    In summary, if you are working with static forms that will not grow (fields not extending to accomodate overflowing text) then I would go with one form.
    You can always develop the single form for the time being and then at a later stage break it out into 24 separate forms.
    Good luck,
    Niall

  • Import XML into Single Page PDF Form - Form Repeats

    I have a created a PDF form in Acrobat, which is a single page that has about 16 text fields to be filled in. The data I am importing is in an XML format. I am able to import the data for a single page with no trouble. I would like to be able to import multiple pages of data and have the form repeat with the corresponding additional data.
    For example,
    - I have a "grid report" that is 3 rows and 16 columns. Each row of data represents a separate page. The data is converted to XML format and saved as a single file (see below sample).
    - I have a single page PDF Form with text 16 fields. The text fields correspond to the column data from the "grid report"
    - (Desired) After importing the XML data into the single page PDF form, I would like to have a file that has 3 pages. Each page is a replicate of the original form.
              - The data contained in the 16 fields of page 1 reflect the data from Row1 of the "grid report"
              - The data contained in the 16 fields of page 2 reflect the data from Row2 of the "grid report"
              - The data contained in the 16 fields of page 3 reflect the data from Row3 of the "grid report"
    I am not sure if I need to change the format of my XML, or if there is a way to add a tag of some kind at the end of the PDF From that indicates the (blank) form should repeat for each <Row> of data.
    I am open to other reporting/form applications, but I am having a hard time finding anything online that indicates this specific functionality. I would think that this is a pretty standard process, but I am having quite the time finding a solution. Any help is GREATLY appreciated!
    <?xml version="1.0" encoding="utf-16"?>
    <Data>
      <Row>
        <BOL>82862AK</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>191,016.4580</NetWeight>
        <NetVolume>29,079.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
      <Row>
        <BOL>82862AL</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>190,497.5165</NetWeight>
        <NetVolume>29,000.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
      <Row>
        <BOL>82862AM</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>190,497.5165</NetWeight>
        <NetVolume>29,000.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
    </Data>

    Hi there,
    Your discussion was moved to the Acrobat Forms forum: the folks here should be well suited to answer your question.
    Best,
    Sara

  • Dual headphone outputs... can they be split into 2 separate outputs?

    I just got a DV6-1214AX and want to use it for DJing and would like to be able to separate the dual headphone outputs so that they are 2 separate outputs (1 for headphone monitoring and cueing etc, the other for the main sound output) is this possible?
    If not, any suggestions on the best way to do what I'm after without needing to utilise the digital output for the main sound output??
    Any tips would be much appreciated.

    Thank you...I have been sitting here all morning working on it again and realized there was a way to do it manually that didn't require dragging and dropping the tabs....which it will not do.  Yikes!  Thank you for your response.
    Now I have realized there is a problem with the word doc in another field.  The spacing for a telephone number is wrong.  Is there anyway to change it in the form or do I have to go back to the word doc, fix it, then re-import it?  My desire to not do this is because I have to take it back to the original word doc and then when I re-import it, it obviously won't have all these changes I have just made.
    Deb

  • Read Only HTML Forms using adobe livecycle Output ES

    Hi,
    We have a requirement to display the adobe html forms in read-only format. got to know from adobe consultants that Adobe Livecycle Output ES has this feature. but i am not able to find out any services or components that would give me this functionality.
    Is there a way to get these readonly forms using Adobe Livecycle Output ES.

    Dear Dfoto,
    Thank you so much for being so kind to spend the effort and reply back, I though my question was left behind the sun... but now I am very happy in deed.
    To be more specific, the Form has 2 parts. The first part "Subform1" any one can fill and sign.
    The second part "Subform2", only certain users can fill and sign.
    I think I found a very strong lead to my solution, when I was playing with LiveCycle Desinger few days ago.
    On the Singature Field Advanced Setting, there is a place you can attach the public part of a certificate (Digital Signature) of any user, one or more.
    In this part, you tell LC that only those users "signing parties" can sign the field. I tested it and it worked.
    Now, if I can use this feature via JavaScript to find out if the user who is filling the form, can sign this field, then he can fill the form. If he cannot sign the field, then he cannot fill the form. I can do that by setting the "access" property of the Subform. Another solution is that I can prevent the user from hitting the "Submit" button unless he signes the designated Signature Field.
    I have another small issue:
    I found out that if the Signature field is part of a repeating dynamic Subform, it will not work during run-time. Very bad in deed. While I cannot understand why ?, I tool this as "By Desing" feature.
    Now, if the Signature is locking parts of forms which has dynamic content (repeating subforms), it will always show somthing like "Signature is corrupted or form was changed after it was signed".
    Is this normal ? Is there a way to control Dynamic Forms using Digital Signatures without such annoying issues ?
    Thank you.

  • Save the PDF Form with Field Name

    HI Guys,
    I have the Requirment in PDF Form.The PDF Form is generated with the Adobe Live Cycle Designer.After generating the PDF Form the user filled the details in the form and save the filled form.while clicking the Save button the default PDF name is displayed in the File name box.The Requirement is iam having one field in the form.The Field name value should needs to displayed in the File name box during saving.Is it possible.Once its possible please let me know.This is needs to be delivered very shortly.
    Thanks & Regards,
    SatheshKumar R

    You can save the form with name generated from a field's value, but therefore you will have to install a folder level script first and design a custom save button in your form.
    You cannot do this with the applications save or save as... buttons, and you also cannot rename a file on submit.
    Here's an example form and a folder level script. (Maybe to complicated fdr newbies)
    http://thelivecycle.blogspot.com/search/label/Save

  • How to Deal with a Large Form

    Hello all. I have created a very large form using LiveCycle, which utilizes quite a bit of scripting. Unfortunately, as more and more data is added, the form becomes slower and slower, to the point where a user spends more time waiting than actually filling out the form. This is clearly unacceptable, so I'm looking to remedy this. One thought I had was to split the form up into several sections (the format of the form allows this without trouble). I have a few concerns related to this. First, for the people processing the form on the receiving end, processing several forms instead of one is several times as much work and several times as much of a hassle. Second, it is clearly less convenient to distribute several forms than it is to distribute one, so if I were to do this I would be looking for a way to bundle them together (perhaps a PDF Portfolio?). Third, for ease of use I would want to find some way that a user could simply click on a link (or button or whatever) to move on to the second form after finishing the first. If there were some way to combine the separate parts back together after they had been filled out and submit them as one entity, that would seem to solve the first problem, but I have no idea how one might go about doing that. As I mentioned perhaps a PDF Portfolio is the solution to my second question, but I've never worked with those and don't know if they would be suitable. Of course, if there was a way to speed up this form directly that would solve all of these problems in one fell swoop. If anyone is willing to take a look at this form I'd be glad to e-mail it to them (I don't feel comfortable posting it in a public location at the moment).
    Thank you all very much.
    ===========================================
    Update: I just read a different post below about the "remerge" command causing a form to slow down. I used xfa.form.recalculate(1) all over the place in my form. Is it possible this is causing the slowdown?

    Send the form to LiveCycle8@gmail,com and I will have a look when I get a chance.
    Paul

  • Edit tax form by field like in v4

    Editing tax form by field.
    In Adobe v4, I was able to edit a tax form generated by my tax software (Lacerte) by a field. Although this was not a fill-in field, I was able to click on that field and edit only that field.
    With the new versions [7 & 8], if I click on this same PDF file of a tax form, to edit it, it puts a rectangular border around the entire form and views the form as one big editable field. Then when I edit one area, it shifts the remaining areas of the form.
    Yet when I bring this same PDF file back to version 4, I can edit text by that field alone.
    Is there any way for me to edit a PDF field in version 8 the way it is edited in version 4: by field?
    Thanks!!

    Hi Ranjani,
    I believe you need this to be identified for Multiple Worksite Report (MWR) and since you would need to have plant code/unit/location identified in T5UTV.
    MWR would identify it based on worksite code in SAP MWR Report which is field WKSIT.
    Reporting Unit Number is maintained if it is provided by BLS (Bureau of Labor Statistics) to report the worksite on MWR.
    NC9901 Establishment code is used for NC9901 reporting which is a separate report.
    Thanks,
    Ameet

  • Adding a Repeating Field

    Can I add a repeating field in a PDF, one where the end user can select to duplicate a field when filling out a form?
    Thanks for your help!
    Jeff

    You can create a form with duplicated field in FormsCentral, then export it to Submission-Enabled PDF. But you may not add a repeating field in PDF, then import form to FormsCentral. but there's no limitation if you create PDF form with duplicated field, use it locally.

  • Accessing Form context fields in javascript in Adobe forms

    Hi,
    I want to hide some elements in the Adobe form with respect to the value of a Form context field.
    If this field is mapped to an element in the Form layout then we can access it using data.<field>.rawValue, but this field is not mapped to any element on the layout.
    Please help me if anyone knows it.
    Regards,
    Jashua

    The coding you are showing is FormCalc used by LiveCycle Designer.
    This is the forum for Acrobat Acrobat forms, there is a separate series of forums for LiveCycle Designer. If you are using LiveCycle Designer please post in the appropriate LiveCycle forum.

  • Strategies for dealing with large forms

    I've created a dynamic form that is about 30 pages long. Although performance in reader is OK, when editing, every change takes about 10 seconds to be digested by Designer. I've tried editing parts and then copying them across, but formatting information seems to be lost when pasting.
    What are the practical limits to how long a form can be, and are there any suggestions for how to deal with longer forms?
    Many thanks
    Alex

    Performance may be okay in Reader 8, but a 30-page dynamic form will probably by unusable in Reader 7. I have done work with very large forms before, and I have maintained each page in a separate XDP and then brought them together once all the kinks are worked out. I don't know why you would be losing formatting information.
    There is a technique that I have used where you use dynamic subforms to show only one page of the form at a time. That approach allows a very large form to be used in version 7 with acceptable response time. However, it's a very complex approach, and I have come to think that it's too complex for comfort. The more complex your approach is the more likely it is to fail in a future version of Reader.

  • PDF template : how to have a multiple pages repeating field group

    Hello,
    I'm trying to create a PDF template.
    My problem is that my repeating field group is composed of 2 pages, so what my request has to generate will be N * 2 pages.
    But when I put the <?rep_field="BODY_START"?> and the <?rep_field="BODY_END"?> on two different pages, I can't generate the output.
    It looks like those BODY_START and BODY_END has to be on the same page.
    Could anyone confirm and/or provide help regarding my issue ?
    Thanks in advance.
    Regards,
    Nicolas

    Nicolaus, it appears as if Oracle is not willing to support templates generated using Adobe. They give us over a hundred pages on how to define an rtf template and then spend a measly 15 pages on PDF Templates. I have been successful in creating their example using the PO in the User Guide, but unsuccessful in repeating the outer group(which they don't tell you how to do or provide examples). So in summary you can print one PO at a time and the feature works great, but try to print more than one and you are screwed. Maybe it is time for someone from Oracle to make a post and make a believer out of all of us.

  • Repeating  field values per paage in Master Detail Report

    I know there are lots of threads about repeating fields values across pages but not seem to work that I have tried and I was looking for a simple resolution to my problem.
    I have a master detail report like:
    Deptno: 10 Dname: Accounting
    Empno Surname Job Sal
    1234 Smith Clerk 1000
    1235 Jones Clerk 1200
    Deptno: 20 Dname: Research
    Empno Surname Job Sal
    2234 Smith Clerk 1000
    2235 Jones Clerk 1200
    etc. The employee data is displayed in a Word table.
    Now if I use the standard emp/dept tables (with only 14 employees) the report paginates properly and I see one department per page and the corresponding employees per page. I have used the <?split-by-page-break: ?> tag. A sample of the rtf file is:
    <?for-each:dept?>Dept: <?deptno?> Name: <?dname?>
    TABLE of EMPS (via insert -> table ->advanced etc)
    <?split-by-page-break: ?>
    <?end for-each?>
    Everything works fine but if I then apply a larger xml file to this rtf where the number of employees spill over onto another page the deptno and the dname do not print before the table when I want them to.
    I have tried putting things into Word headers, using the <?start:body?> tag and a couple of other ways (like @section). Could someone be quite explicit about the steps I need to follow (rather than just say put it in a header) to make sure that if the employees spill over the page the deptno and dname will display. I don't know if its made more difficult because I have multiple departments but any help would be appreciated.

    I sent a template to Chris who was able to solve the problem.
    The change that he made was from:
    <?for-each:dept?>Dept: <?deptno?> Name: <?dname?>
    TABLE of EMPS (via insert -> table ->advanced etc)
    <?split-by-page-break: ?>
    <?end for-each?>
    to:
    Dept: <?deptno?> Name: <?dname?>
    <?start:body?><?for-each@section:dept?>
    TABLE of EMPS (via insert -> table ->advanced etc)
    <?end for-each?><?end body?>
    That is, he used the start and end body tags and the section attribute and took out the <?split-by-page-break: ?> tag. I put back in the split page tag on the template he gave me but it gave me an extra page each time the department changed. So maybe you can really only use one of the other.
    Regardless, Chris sorted it out for me, so thanks.

  • How to display repeating fields on PDF template?

    I'm having trouble printing repeating fields on a PDF. I followed the BI user guide but the report generates only one row. The sample XML file has 6 employees. I want to print a row for each employee using PDF as my template instead of RTF document. My data source is XML file and I am currently on PeopleTools 8.50 and Enterprise Portal 9.1. Please help.
    I have the form fields on the PDF as follows:
    Name: body_start
    Tooltip: <?rep_field="BODY_START"?>
    Name: EMPNO
    Tooltip: <?rep_field="T1_G1"?>
    Name: ENAME
    Tooltip: <?rep_field="T1_G1"?>
    Name: JOB
    Tooltip: <?rep_field="T1_G1"?>
    Name: SAL
    Tooltip: <?rep_field="T1_G1"?>
    Name: body_end
    Tooltip: <?rep_field="BODY_END"?>
    -- XML file -----
    <?xml version="1.0" ?>
    <ROOT>
    <LIST_G_EMPNO>
    <G_EMPNO>
    <EMPNO>7782</EMPNO>
    <ENAME>CLARK</ENAME>
    <JOB>MANAGER</JOB>
    <SAL>2450</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>7839</EMPNO>
    <ENAME>KING</ENAME>
    <JOB>PRESIDENT</JOB>
    <SAL>5000</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>125</EMPNO>
    <ENAME>KANG</ENAME>
    <JOB>CLERK</JOB>
    <SAL>2000</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>7934</EMPNO>
    <ENAME>MILLER</ENAME>
    <JOB>CLERK</JOB>
    <SAL>1300</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>123</EMPNO>
    <ENAME>MARY</ENAME>
    <JOB>CLERK</JOB>
    <SAL>400</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>124</EMPNO>
    <ENAME>TOM</ENAME>
    <JOB>CLERK</JOB>
    <SAL>3000</SAL>
    </G_EMPNO>
    </LIST_G_EMPNO>
    </ROOT>
    Edited by: user8260115 on Jan 27, 2010 9:21 AM

    Can you advise me what needs to be done to view my pdf template with the given xml below. What would be the setup of my rep_fields.. I'm also getting the "FO Formatting failed" error when trying in BI Pub Template Viewer.
    <LIST_BILL_SEG>
    <BILL_SEG>
    <CALC_AMT>5</CALC_AMT>
    <BILL_SQ>0</BILL_SQ>
    </BILL_SEG>
    <BILL_SEG>
    <CALC_AMT>10</CALC_AMT>
    <BILL_SQ>1</BILL_SQ>
    </BILL_SEG>
    <BILL_SEG>
    <CALC_AMT>15</CALC_AMT>
    <BILL_SQ>2</BILL_SQ>
    </BILL_SEG>
    <BILL_SEG>
    <CALC_AMT>20</CALC_AMT>
    <BILL_SQ>3</BILL_SQ>
    </BILL_SEG>
    </LIST_BILL_SEG>

Maybe you are looking for

  • Flash Player does not work on site funnygames.nl

    Since I installed Flash Player 11.1.102.55 all sites and users on my computer seems to be working correctly with Flash Player. Only the site funnygames.nl does not see the ActiveX installation of Flash. Each time when a game is to be loaded in Intern

  • Data does not show up in 0PUR_C01

    I deleted the set up table for '02' in LBWG , I executed for Industry and transaction key in SBIW under Purchasing . I extracted in RSA3 for 2LIS_02_ITM and it brings 1003 records. I loaded this in BW into 0PUR_C01 . The load was successfull . But 0

  • Latest update issue in language

    My phone, Passport, was updated with 10.3.2.440 version, but I found out there were no "pinjin" input option in Tranditional Chinese Front. This option was exsiting in previous version with wording prediction and suggestions.  For Pinjin input option

  • CATS - problem with PS module

    Dear all, Iu2019m trying to implement the time sheet in my client and Iu2019m facing some difficulties: 1)     I canu2019t use CATSXT, to associate the level and activity type (my client is a consulting firm); 2)     I canu2019t attribute the rate fr

  • InDesign CS3 & Leopard - Continual crashing all the time!

    3 months ago (Jan 2008) when Adobe released update 5.0.2 to InDesign CS3, the release notes read:- "This update does not address recently identified issues running Adobe InDesign CS3 on Mac OS X Leopard (v10.5.1). Known issues include the following: