The image field by repeating the subform

I created a flyer and wanted the opportunity to capture images on the fly.  Well, I used an image to do this field, however, users should be able to insert images up to 4.

I know that the way to do it is a repeating subform if I put the image field in one and set the options of "repeat... etc.; 4 max; 1 count.  I added a subform control that is embedded with livecycle to add/remove fields.  Well, after testing... it does not work... Nothing happens when I click on + or-. In addition, I have to be able to have the repeating image field to the right or to the left of that already there appear and then have both centered horizontally on the page...

The form is a type of "missing persons" form so I need he's as crazy as possible evidence to users.  I do not know how to download the form, but is - anyone out there who knows more that I willing to help? I can't understand what I'm doing wrong.  The form is also complete with the exception of this little problem...

Thank you

Brenda

By default, the subforms are defined broadband down. You can change to the flow of Western text (from left to right). This setting is on the Subform subform objects tab and it is called flow direction (of course it will appear only on subforms went down).

Paul

Tags: Adobe LiveCycle

Similar Questions

  • Is it possible to have several buttons send grouped with different fields in the subforms on a single page?

    Hello world

    I have a form with two sections. Each section is a subform (the green boxes represent subforms in the screenshot) and each subform contains three required fields and a release button (the button submit to an e-mail address). The problem is that I can't seem to keep them separate. If I fill in the fields required in Subform1 and then click on the button 'Submit to regional HR', he took over the fields required in the subform 2. Is there a way to 'point' or 'group' these fields to each Submit button in their respective subforms?

    I can not be understanding the appropriate function or expects subform correctly. I learned designer of the life cycle on my own and with the help of this forum. Thank you very much for your help. -Chris

    submit_different_subforms_question.png

    I'm an amateur, but I decided to start helping as much as possible on these forums.

    I had a similar problem in the past and found a solution. I can't say with certainty that it is the best solution, but since each button has only 3 mandatory fields, it's a workable solution.

    So this is complicated but also somewhat simple solution that works. Please keep in mind my script experience is limited.

    For the first submit button allow the script to remain in its natural state. Make sure that your email presentation is correct. You will create a second button which will be a standard button. Change the text to be the same as the text for the first submit button. Within this button, the click event, puts a script like this.

    (

    If

    Required.Field.1.rawValue == null or

    Required.FIeld.2.rawValue == null or

    Required.FIeld.3.rawValue is nothing

    then

    xfa.host.messageBox = ("If you please fill all required fields")

    on the other

    Submit.Button.execEvent ("mouseUp")

    endif

    Repeat this step for the second button on the subform.

    now do the real hidden submit button and place the second button in its place. He will check the required fields have entered values and if they entered it will be then press the button to send real otherwise it will put in place the error message. This method requires that the mandatory fields are not marked as required by the value tab. They must be optional, if not built in scripts will interfere with the written order. This is a work around, but I found that it allows better control of the required fields. You can add a floating asterisk or perhaps a border coloured fields so that users are aware of what fields are mandatory.

    I really hope this helps. I know this can be confusing, but I understand that sometimes it can be difficult to get a response, so if I can be useful, I'll try.

  • Need help on repeat lines of the table and the subform

    I hope someone can help me find a way to accomplish things with a subform of repeating table in a form I'm building.  I have attached the file here.

    https://workspaces.Acrobat.com/?d=2nUNZuTf2T4tsdSykMTlXw

    I have a table (AssessChart1Table) set up on pg 7 (analysis) and built in buttons (AddRowAssesChart1 and DeleteRowAssesChart1) so that the user can add or remove rows of additional data according to the needs.

    The problem is that the user enters also cross the line header (AssessChart1HeaderRow1) in this data table.  There are 10 available columns; However, they will have to add more data than that. Therefore, I made a button (AddMoreCourses) for the user to click on to add another instance of the subform table (AssessEvalChart1) and also to cancel adding the subform with this button (UndoAddMoreCourses).

    In addition, I setup that whatever data the user enters in the cell of this table cell (Prog-DeptObjChart1) are automatically transferred to another table (AssessChart2Table), cell (Prog-DeptObjChart2), which is located on the next page (AnalysisCont1).

    All above works very well except that whenever the user presses the button (AddMoreCourses) I don't want it to automatically fill cells of text field that are copied from (AssesChart1HeaderRow3) because I need the user to be able to enter different values rather than add more columns to fit their data.  In addition, I would like that the values of the cells in the left column to repeat well because these values will not change. Currently the values of the cells in the left column that wear down (AssessChart2Table) to get stripped on (AssessChart2Table) whenever I the user pushes button Add more courses or cancel add more courses.

    In summary, the tables would look like the attached screenshots:

    Analysis_-_Assement_Chart_1.png:Analysis_-_Assess_Chart_2.png

    Any help would be highly appreciated.  I'm not experienced with Livecycle Designer.  The form I built by reading the forums and the examples.

    Where you need it, I use Livecycle Designer v. 9.0.0.2.20120627.2.874785 on a Windows 7 Pro platform.

    Thank you!

    They will need to copy in a similar way as with the other lines. I would say on the exit event for the field of Prog-DeptObjChart1, add the code that copies the rawValue of him in the second table. Your code has something there now, but it does take into account that there will be multiple instances of the same line.

    Thus, in the constructor of your action, add another result to the condition of AddRowAssessChart1.click: Add a new instance of AssessChart2Row1.

    Then exit to Prog-DeptObjChart1 in the event, add this code.

    xfa.resolveNode ("AnalysisCont1.AssessEvalChart2.AssessChart2Table.AssessChart2Row1 [" + this. "]") parent.index +"]. Prog-DeptObjChart2") .rawValue = this.rawValue;

    Now when you exit the field you typed in, the text is copied in paragraph2.

  • Text in overflow Leader - Global field only links in the subform?

    I have a form with a repeatable subform that contains another repeatable subform contained in it. Inside subform has a header row that contains a text field that the user enters data. This header line is configured as a leader of overflow so that it will be repeated when the subform inside breaks to another page.

    The problem is that if I don't put the text field in the header row to Global, it does not preserve the data typed in it and by default, the value default ' Rep ID # However, if I DO not change it to Global, it works for the first subform, but I need my subsequent subforms to have a different Rep ID #, and when the overall value, they are set to the same RepID # as the first subform.

    How to do this? I only need to Rep ID # field for Global binding in the subform in which it is contained, not throughout the entire form. See screenshot below:

    Clipboard01.gif

    Any ideas?

    Thank you

    JO

    Hmmm,

    I was right, it was difficult (or I'm slow).

    https://Acrobat.com/#d=r3jjZgsZQ0O * sqJIsuPfvw

    It comes to FormCalc in the initialize event of the extensible object of rep:

    var i = rep.index
    columnHeader.repID = rep[i].columnHeader[0].repID
    

    Seems to work as expected.

    Niall

  • How to copy all the data to repeat the subform to second repeating subform

    I have a repeating subform on P1 which will have a variable number of rows created.  Then on P4, I another repeating subform, with the same fields, that subform P1 data must be copied to.  I tried many things, but my skill level is not too big, so none of them have worked entirely.  I have a working partially on a button named CopyAll script, but it is not very elegant and throws an error message when you arrive at the end of the number of lines that have been created in the subform of P1.

    Can anyone suggest a fix to this script or a better method of script?  I think this must be tough, since everything what I found on the forums that are similar to this one have not been resolved either.  I enclose a copy of my form.

    In the case of exit of the 1st subforum.invoice, you will find the code to assign the value to his "brother" on page4.

    In addition, the Add button, I added the code to add a record to the subforum page4.

    To do this you will need to copy/past the code of the output event in all the fields that you want to copy and the xfa.resolvenode command ("XXXXXXX [] .fieldName") replace fieldname with the actual name of the field that you're there.

    I didn't ' t do anything for delete you "line" button because I know not how you want it to work, but if you want to control the p4 with p1 Subform subform, you should not allow for the lines to be deleted directly in the subform p4.

    I hope this helps.

  • How to change the image field captures screenshots automatically from BMP to JPEG

    How to change the image field captures screenshots automatically from BMP to JPEG

    I want to say, when I tap on the screenshot on my keyboard and paste this image in microsoft photo editor or picasa 3.0 areas of the bitmap .bmp. instead of asking the witch I´d field prefer.
    So, I open that image on the brush to convert it to. JPEG.
    It's hick very!
    is it possible to easily me this step and save or paste pictures in JPEG on my files automatically?

    Hello

    I saw that article when I was looking for one that I posted...

    I understand your problem, and the answer is that, to the best of my knowledge... NO..

    Windows records the capture in memory as bitmap, along with, even if you can paste it directly into a folder, it would be in the form of bitmap...

    The best I could find is to use the suggestion in the link I've included which refers to the

    Windows Key + PrintScreen to automatically record is in PNG format in your pictures folder...

    The only way to do what you want is with a 3rd party capture program that can be configured to save in a directory as a specific file type...

    Personally, I use a program called print screen Deluxe for this... it is a purchased program...

    I'm sure you could find something free to do what you need...

    You may need to use a different key for print screen, but the software can allow you to reprogram the PrntScrn key...

  • Apex 5 display image field, control width and height on the form page

    Hello everyone,

    I try to display the image from a blob directly column on the page, it does not work well, here's my question, how can control the width and height of the screen image field, because its changing dynamically the size of the screen according to the original dimensions, I want to set the dimensions.

    Any help will be appreciated.

    Concerning

    Anil

    set the width and height attributes in the attributes of the image html elements

    for example Width = "200" height = "100".

  • What happened to the image field when you create a field of type of image for the Web application?

    What happened to the image field when you create a field of type of image for the Web application?

    The answer is that the point of the IMAGE has been changed to the MEDIA.

    Sorry, Ian, what research for this discussion, I got no results. All good and thanks for the carillon. Hope everything goes well.

    Mouma

  • How to set the maximum height of an image field

    I have a reproducible image field in my form where users can add images, and I created two buttons below the image field which allow the user to resize. The script on the buttons is:

    ImageField1.h = (xfa.layout.h (ImageField1, 'points') * 1.1 + "points") m:System.NET.SocketAddress.ToString ();

    ImageField1.hAlign = 'center ';

    Size_buttons.hAlign = 'center ';

    &

    ImageField1.h = (xfa.layout.h(ImageField1, "points")/1.1 + "points") m:System.NET.SocketAddress.ToString ();

    ImageField1.hAlign = 'center ';

    Size_buttons.hAlign = 'center ';

    My problem is I want to specify a maximum height, the image can be so that it does not flow out of the page (this is a problem because the buttons for resizing of the image are located underneath and won't be accessible if the user made too large images). I tried to put the following script in the image field, but it does not help.

    this.resolveNode("ImageField1").maxH = "8.5 in";

    Any suggestions?

    Use the conditional statement in your script to prevent the code from running.

    With the help of your code:

    If (xfa.layout.h (ImageField1, "in")<>

    ImageField1.h = (xfa.layout.h (ImageField1, 'points') * 1.1 + "points") m:System.NET.SocketAddress.ToString ();

    ImageField1.hAlign = 'center ';

    Size_buttons.hAlign = 'center ';

    }

    Kyle

  • Hide the subform if the field is null

    I have this script on a text field change event:

    If ((this.rawValue! = "null") |) (this.rawValue! = ""))
    {
    checkBoxThree.presence = "visible";
    }

    on the other
    {
    checkboxThree.presence = 'hidden ';
    }

    It displays correctly the checkBoxThree subform when the data entered in the text field.

    However, if the user goes back and removes the text, I want the subform to become hidden and is not. How can I change the script to achieve this?

    Thank you

    MDawn

    Hello

    try this script:

    checkBoxThree.presence = xfa.event.fullText.length == 0 ? "visible" : "hidden";
    
  • Hidden fields are visible in the new instance of the subform.

    Hi all.

    I have the following problem:

    I have a subform with a check box and a text field.  When the box is checked, the text field is visible.  When it is disabled, it is hidden.

    I also have a button which adds another instance of the subform.  When I click and add another subform, the masked text field is visible in the new instance instead of stay hidden until the box is checked.  Also, when I add the new subform instance and select the check box, the hidden field becomes visible at first to the subform.

    Here is what I use to hide and show fields:

    If (this.) RawValue == 1)

    (form1.subform1.textfield1.presence = "visible");

    on the other

    (form1.subform1.textfield.presence = "hidden");

    The foregoing is in the initialize event and change.

    I would really appreciate help to learn how to keep each instance does not affect another, as well as the way to keep the field hidden in newly added instances of the subform.

    Thanks in advance.

    J

    Hello

    You can add the action to the checkbox for the workflow. To do this, you can right click on the checkbox under the hierarchy Panel and then click on 'Add Action '. Also if you want the field to be hiddedn in the new instance and then at design time, you must set the property of as hidden control.

    Steps to get the workflow.

    1. make a right click on the checkbox control--> click Actions--> add an Action

    2. select in the drop-down list. When the check box is cleared.

    3 set the visibility of the textfield to hidden.

    4 click Add new action as indicated below.

    5. select in the drop-down list. When the box is checked.

    6 set the visibility of the textfield visible.

    7. click OK to create the action and close the window of action.

    To set the TextField to select hidden textfield and open its property of the object. Set the value of the presence as hidden.

    ************

    Please download the https://acrobat.com/#d=hM8oyP3be4O3HRBt14CkYg sample file

  • Required field in the subform "hidden".

    I have a set of 3 radio buttons. If #1 is selected, then a subform with a field appears. When the poster, there is a required field. It all works very well. What does not work is if the user selects #1 then decides to choose #2 instead, the subform correctly is "hidden", but the field is still regarded as required. I don't know how to solve this problem. Here's the script:

    Create a variable to hold the document object

    var v1 = form1.page3.accessApps.TextField11.rawValue;

    accessApps

    If

    ((v1 == "") || (v1 == null) )

    {

    xfa.host.messageBox ("Please list the applications in that the associate should have access");

    xfa.host.setFocus ("form1.page3.accessApps.TextField11");

    }

    Add just the line of the script that you use to show/hide the subform, or the field.

    if (x)
    {
         FieldName.presence = "visible";
         FieldName.mandatory = "error";
    }
    
  • Graphic/image field that works with the drive

    Acrobat allows you to set up a button to display a graphic/image and allows the buttonImportIcon field of JavaScript method to allow a user to select the icon of the button. This allows you to work with the player, but was taken away for some reason any. Create forms with LiveCycle Designer to an image field that can work with the player, but Acrobat is no longer made. There is no good reason to not allow for this type of functionality.

    I agree!! This feature is needed and necessary! Especially for us Mac users who cannot use LiveCycle!

  • The image field has no annotation

    Hello

    I followed the event handler using AVPageViewClickProc and I'm supposed to

    detect if a field of the image has been clicked.

    I call AVPageViewIsAnnotAtPoint which works fine on the fields of Widget and get

    False if the field is an image field.

    (1) how can I detect that an image field has been clicked.

    (2) how can I add a PDImage for the field of the image if there is no annotation?

    I know how to add an image to the annotation of a field through C

    code when this annotation exists.

    Kind regards

    EmergentTime.

    1. do not mix PDEImages and XFA.

    2 - Yes, you should be able to use the JS to set the field.

  • Is there a way to hide the? symbol, if the recording of the image field is empty?

    If that makes sense...

    Basically, I put a page of details about a site that allows the owner of the site display up to three images. However, sometimes they will download only one or two images.

    Currently, that looks like this:

    http://www.travel7107.com/destinationDetails.php?destinationID=57

    Is it possible to get rid of the small? icons where the image field is empty?

    I tried to download a small white image, and affecting the blank.gif than the default fields, but the file download the script seems to crush those who have a blank if no picture is selected to download.

    So for the moment I have them given this small image to use if they have not the images, but it would be nice to know if there was a way to avoid this step?

    Try

    <>
    If ($row_WADAdestinations ["image_2"]! = ")
    echo '';
    ?>

Maybe you are looking for

  • Satellite C850 - 19(d) does not start after the UEFI to change CSM

    After wrongly BIOS change between UEFI for CMS, saving changes and leave, after execution of reeboot crazy screen and won't let me access the BIOS or Windows. SUGESTIONS? Thank you by the way

  • OfficeJet Pro 8500 A910: printer duplex option forget

    I have the duplex unit installed and that you have used successfully for some time.   Are some time I tried to print double-sided, but the option was not in the print window.  I went into the options of the printer and found that the duplex was not c

  • Control an event in an another executable executable

    Looking for ideas of the experts: I want to create two executibles, one is an image capture application (App1) and others (App2) is specific to a test that we are to perform.  I want to be able to do is trigger my activity image capture (or change th

  • Printer network disconnected by Win - 7?

    I added that a Win PC - 7 XP network works with a shared network printer (HP Officejet Pro L7680), now the XP cannot go to the printer. Impressions are sitting in a queue. I downloaded the fresh drivers from HP for XP, (0), I uninstalled, ran CCleane

  • Vista service pack error 0xc01a001d code computer crashed

    Yesterday, I downloaded a 'update important"that was a Vista Service Pack, do not know if it was 1 or 2.  After having downloaded this my computer gave me an error code! 0xc01a001d! 28599/90454 (data \Registry\Machine\components\derived...).  Then tr