Form Guide: Field caption translation

Hi,
I have developed a lot of PDF forms using the caption data binding to implement the form translation. It worked fine.
I have tried to use the same way in Form guide using the caption data binding in LC Designer, but it doesn't work. The fields are coming with default caption in form guide and with the translated value (coming from data) in PDF.
Have somebody a solution to that? What is the best way to implement the field caption translation to let it work both in PDF form and in form guide?
Thank you for your help!
Denis

Guides does not suppport this feature today. I have entered an enhancement to get it supported in a future release.
As a work around you could create a separate subform and have hidden fields on your template that point to the caption values in your data. Then you can bind the caption in the guide to the appropriate hidden field that holds the corresponding value.

Similar Messages

  • Prepopulate Form Guide

    Hi all,
    Is there anyone who can help me about how to render a form guide as prepopulated on server side? Any documentation or sample gratefully accepted.
    Thanks in advance
    Murat

    First of all thanks for reply, Step in my process are;
    Query for Multiple Rows as XML : I used this operation to get data form db and put it into xml variable.
    Read Resource Content: It is used for get pdf from the repository and put it into a document variable. (pdf also includes .swc )
    Set Value1: It is used to put xml variable into xfa  variable
    Set Value2: It is used to put xfa variable into document  variable
    importData: It is merging document variable with the pdf document that is got from repository.
    renderFormGuide: It is used to render populated pdf as form guide.
    Process is working without errors. It is merging data into pdf and we can see filled pdf after importdata operation. But when we render it as form guide, fields are empty.  We will not use form guide in workspace, we are plannig to get the Remote URL to use in webservice
    Thanks in advance
    Murat

  • Form Guide - Nested Optional Panels questions translations

    Hi!
    I'm developping a multi language form guide. Thanks to the Paul's workaround, I'm able to translate the field caption. But I cannot find a solution to translate the questions/answers in nested optional panels. Does somebody know a way to do that?
    Thank you
    Denis

    Not that I am aware of

  • Form Guide - Populating a drop down with entries from another field(s)

    Greetings all!
    Here is what I am trying to accomplish:
    1. Build a repeating panel that has a field for the entry of a Name. (I can do this)
    2. Build a drop down field on another panel that will be populated with the Name entries from one or more of the repeating panel Name fields in 1. above. I would like this to happen while the user is in the same render of the form guide.
    3. Setup:
         LC ES2
         Workbench 9.5
         Would utilize Workspace to complete the form guide
         Want to use a .fml data model
    Any help would be appreciated.
    Best Regards,
    Rick Kuhlmann

    pguerett,
    Many thanks for that lca. I have been able to move forward with development of a POC Form Guide.
    However, I have one other issue that if solved will push my POC to the point of demo status for the business.
    Here it is:
    The business needs to be able to add the names of children to a Children Info panel on the form guide. - No problems with that.
    Then they need to be able to go to another panel in the form guide and select a child name from a drop down to associate that child with the name of a father. - The previous post with the lca solved that.
    Now what I need to do is to be able to take the selected child in the father panel and place that value into the data model.
    Why? because the final part of this form guide is to populate a pdf form that is really a legal petition to the court. The child(ren) names form the Children Info panel are listed at the beginning of the petition. Then the selected child in the father panel is displayed in the father section.
    So what I am looking to do is to populate that selected child in the father panel to a property in the data model.
    However, based on the lca you sent it does not seem that when I add a Data Object to the Data Model in the Guide Builder that I am not able to push that data back into the original Data Model. I thought that using a Binding might work but I have struck out so far.
    Clear as mud? Any help you or anyone else can provide would be wonderful.
    Thanks a ton!
    Rick Kuhlmann

  • Form guide not displaying fields

    Hi,
    I am creating a from guide using the RenderFormGuide component. The rendered form guide does not display any fields. I am able to preview the same XDP as a form guide in the designer, and it works perfectly fine. Are there any properties in the RenderFormGuide thats preventing the fields from being displayed?
    Also, this form guide is not for use in workspace. This is to be opened up on the browser.
    Thanks.
    Regards,
    Vidya

    I used the guide builder in designer to create the guide. I chose the guide layout, dragged fields to the guide through the add/bind fields option. The fields do not show up for me even with default values.
    I tried to create a form guide with no fields, just the default section and panel. Even this results in the same problem.
    When I pass the sample form guide that comes with designer install through the render form guide component, only the guide layout gets created - there are no sections or panels. I am wondering if i am making a mistake in setting the form guide properties?
    These are the properties that I set:
    Application Web Root : http://[hostname]:[portno]
    base URL : http://[hostname]:[portno]
    Content Root URI : repository://
    Target URL : http://[hostname]:[portno]
    The only property that I modified in the Form guide render options is "Cb = True"
    Thanks.
    -Vidya

  • Program translation - Copy field captions etc. from another language

    Dear experts,
    implementing translations for ABAP programs can be very annoying. Is it possible that screen field captions etc. are displayed in English, if no translation for the users logon language can be found. Or is it possible to copy all English texts to another language instead of copy everything text by text?
    Best regards,
    David

    Abhishek Jolly gave you idea how to copy texts, so I will explain how to use English text for field labels even no translation exists for it.
    For this you need to use input/output fields as labels:
    - go to screen layout
    - replace all the labels you have with input fields
    - now for each such input field go to its attributes and choose option Output only . This way you input fields will behave like normal output fields but will look alike to Text field (label)
    - go to program and create corresponding (same named) data objets for all fields
    - then in some program point (i.e. in PBO) set your input fields like
    inp_field = 'First field'(001).
    - double click on 001 and text symbol will be created with same text ('First field')
    - do the same for all the fields
    - activate your texts and run program in different language. You will see same text as you set in EN.
    Regards
    Marcin

  • Form Guide - dynamic field within dynamic container.

    I have a form Guide using dynamic containers, but within the dynamic container on the Form Guide within the same Repeater Accordion Panel, I also need a dynamic Row (2 fields) that need to repeat within the repeating container. I have built this in Adobe Lifecycle ES and once the Form Guide is finished will be taking it to Adobe Workbench to render.
    Could you please assist in how to make the dynamic row repeat within a container/panel that is also already repeating?
    Thanks.

    Penny,
    I have a requirement for the same thing. Unfortunately it doesn't look like this is possible as there is only one dataProvider per Panel - based on the type of panel chosen, this dataProvider will be used to populate a control (accordion, grid or tab) in the panel or used to populate a number of repeated (static) panels.
    My workaround has been to create a set number (10) of repeatable control panels (accordian, grid, tab) and then use the panel display rules to hide those panels with no data in them. It is very tedious to do as the guide builder has no rebind feature (you have to create all 10 panels from scratch - you can't copy & paste the layout, then rebind the panel items to another field in the form).
    John.

  • Captions - Is there a way to add form field captions in Acrobat Pro XI similar to LiveCycle?

    I lost LiveCycle in the CreativeCloud transition and form field captions were easy. Is there an easy way to make form field captions in Acrobat Pro XI? Or do I just need to create separate caption fields for each field? I hope I'm just missing something obvious...

    I know. Is there a way to tie the caption to the field similar to LiveCycle?
    Thanks for your help.

  • Form Guide: How to hide all the field of a  subform

    Hello,
    I'm an experienced LC Designer user for PDF Forms. I need to work on my first Form guide today.
    The first thing I cannot realize is to hide all the fields in a subform, based on some conditions. Is it possible to make that in a sort of script that work fine for both the pdf and the form guide?
    I have noticed that subform doen't exists into form guide. What append with theire event scripts?
    Thanks
    Denis

    DECLARE
      LC$Block   Varchar2(40) := get_form_property( NAME_IN('System.Current_Form'), FIRST_BLOCK ) ;
    BEGIN
      Loop -- For each block of the form
         Set_Block_Property( LC$Block, INSERT_ALLOWED, PROPERTY_FALSE );
         Set_Block_Property( LC$Block, UPDATE_ALLOWED, PROPERTY_FALSE );
         Set_Block_Property( LC$Block, DELETE_ALLOWED, PROPERTY_FALSE );
         LC$Block := get_block_property( LC$Block, NEXTBLOCK ) ; -- next block
         Exit when LC$Block is null ;
      End loop ;
    END;Francois

  • Customizing text in form guide

    Hi,
    How do I change the text on buttons in form guides. For example I would like to translate the navigation buttons on panels to Danish.
    Thanks in advance
    /Lars

    Yes .... the mapping between the XDP and the guide objects does not change. When you are in guide builder you can take your field (XDP) and ask for an alternate display. This is where your custom component will appear. If you base you custom component off of one of our components then the mappings will be done for you. If you start from scratch, then no mapping between the two will exist.

  • Digging into the XFA data from AS in the form guide

    So I'm delving into the wonderful and wacky world of making custom layouts for Form Guides in Flex Builder, and I've got a question that hopefully y'all can answer or point me in the right direction.
    So I've taken the SampleRepeaterAccordion file from the SDK and I want to modify it so that the 'title' of each accordion pane is drawn from the one of the fields in the pane itself. These values get populated in the initialize event of the subform the repeater is built off of, and the values do not change.
    So I see that the title is an Hbox with a label that pulls the name of the panel and adds the index after the name. I've been able to modify that statement to pull the item that the repeater instance is based off of using the currentItem property of the repeater. So I have something like:
    label="{rpt.currentItem.Resource.value}"
    (where 'Resource' is the name of the field in the subform that I want to pull the value from).
    This puts "[object Object]" into the label of the HBox. I want the value itself, however. I tried .rawValue instead of .value, but that came out blank.
    So how should I be going about fishing data from the XFA form in the action script of the form guide? Or am I headed entirely the wrong direction? I didn't see any docs on this sort of thing. If I missed them, I'd appreciate a pointer to them!
    Thanks!

    Hi Templeton,
    Did you find any solution for it. Is there any way to tell in form guide that which field on the repeater I want to display in header.
    I was also thinking of making it in flex a custom component to do that and also add filtering capabilities. do you know how can we filter records in repeater accordion or grid
    Also can you send me your code if you don't mind
    Thanks
    Manoj

  • Barcodes in form guides

    Hi!
    I have a problem with using Barcodes added with Livecycle Designer in Workspace ES. The Barcode works great in preview and also with adobe reader and adobe acrobat, but when i add a form guide to the pdf and try to show it in Workspace ES I get an error from workspace:
    ReferenceError: Error #1065: Variable fields is not defined.
    at xfamx.scripting::Node/execEvent()
    at xfamx.scripting::Node/_executeEventWithDependencyTracking()
    at xfamx.scripting::Field/execCalculate()
    at xfamx.scripting::ContainerNode/execCalculate()
    at xfamx.scripting::Subform/execCalculate()
    at xfamx.scripting::ContainerNode/execCalculate()
    at xfamx.scripting::Subform/execCalculate()
    at xfamx.scripting::ContainerNode/_initialize()
    at xfamx.scripting::Subform/_initialize()
    at xfamx.scripting::DataModel/initialize()
    at tmpPreview_inlineComponent1/initialize()
    at tmpPreview/createChildren()
    at mx.core::UIComponent/initialize()
    at mx.core::Container/initialize()
    at mx.core::Application/initialize()
    at tmpPreview/initialize()
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::childAdded()
    at mx.managers::SystemManager/initializeTopLevelWindow()
    at mx.managers::SystemManager/docFrameHandler()
    As you can guess the 'fields' is the variable used for the collection that the barcode uses. Now the PDF works perfectly fine in adobe reader/acrobat.
    I've also tried not using the fields variable setting the Barcode to use entire form data. Then i got this got error from workspace ES:
    TypeError: Error #1010: A term is undefined and has no properties.
    at xfamx.scripting::Node/execEvent()
    at xfamx.scripting::Node/_executeEventWithDependencyTracking()
    at xfamx.scripting::Field/execCalculate()
    at xfamx.scripting::ContainerNode/execCalculate()
    at xfamx.scripting::Subform/execCalculate()
    at xfamx.scripting::ContainerNode/execCalculate()
    at xfamx.scripting::Subform/execCalculate()
    at xfamx.scripting::ContainerNode/_initialize()
    at xfamx.scripting::Subform/_initialize()
    at xfamx.scripting::DataModel/initialize()
    at ga_058c4a3669710601ba17257781eb43a8_inlineComponent1/initialize()
    at ga_058c4a3669710601ba17257781eb43a8/createChildren()
    at mx.core::UIComponent/initialize()
    at mx.core::Container/initialize()
    at mx.core::Application/initialize()
    at ga_058c4a3669710601ba17257781eb43a8/initialize()
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::childAdded()
    at mx.managers::SystemManager/initializeTopLevelWindow()
    at mx.managers::SystemManager/docFrameHandler()
    So basically another barcodes script error occured. I know that Form guides support only a limited set of javascript and that workspace es throws errors if you use unsupported javascript, but does that mean you cant use BarCodes(which generate javascript themselves) in form guides at all ? If no, what do i need to do get it working?

    Paul, thanks for the idea, but there are controls and containers in flex, I hope datagrid in flex is a container and it does not have a text of value property. any item in the datamodel in form guide can be binded to only a control with text or value property. so is there a way on how to bind a datamodel property to a text field in a datagrid, as the data grid has a set of columns with text input as the control.
    if you have any questions on my above explanation, plz write back, looking forward to your suggetions.

  • Form Guide save to draft error

    Hi all,
    i got a very tedious problem here :)
    I've got my form guide, which works perfectly, but when i try to save it in the draft folder within Workspace, i got the following error:
    org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
    at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at com.adobe.workflow.DOMUtil.parseDocumentFromString(DOMUtil.java:154)
    at com.adobe.workflow.DOMUtil.parseDocumentFromString(DOMUtil.java:124)
    My XSD is well formed and valid and i got this problem only when i set some number of fields' binding.
    I.e. if i set (let's say) 30 fields it works, but when i add the 31th i got the error. It does NOT depend on the specific field, but just on the number of fields.
    My guide is very big, and my xsd too.
    Maybe is there some kind of size limit to the xml/guide???
    Any help will be really appreciated.
    Thank you all.
    Alessio

    Hello Gentlemen,
    I hate to get stuck in the middle here - but I have the need to write both the XML and PDF to a folder on their local drive AND no idea where to start.
    Could you tell me if this is possible, and how I would achieve it? I do have access to programers on our team, if it is beyond the LiveCycle designer features.
    Also, (while I'm at it) - I'd like both these functions to be built into one button, and to happen simultaneously.
    Thanks,
    Zoe

  • How to remove the border of an Adobe Form Image Field

    Hello everyone
    I am using Desinger 8.0.
    Form properties: Preview type = Print Form (One-side):
    I am using an "image field" to include a image from the transaction SE78.
    There is always a box arround the image. How can I remove that box?
    I am using the "Image field" because the image will change depending on conditions.
    Here is my setting:
    Object: Field
                       type    = Image Field
                       Sizing  = Scal Image Proportionally
                Binding
                        Default Binding (Open Save Submit) = $record.GRAPHIC
                        (Graphic is defined in the global area in the interface)
    Layout :
                  AnchorX: 171.477mm  AnchoY: 15.111mm
                  width:       78.175mm  Height :   21.777mm
                   Margins: all at 0mm
                   Caption Position: None
    Border:
               Edges: Edit Together
                           None
                Background fill: None
    Based on my understanding, with border edges to none I should not have any border arround the image But I still have it.
    Any suggestions?
    Regards
    stjacqd

    Hello Raju
    Thank you for your reply.
    Unfortunattely the Field tab doesn't have the Appearance in it.
    The field tab contain only the following Items:
    Type : Image Field
    Caption:
    URL
    Embed Image Data
    Sizing: Scale Image Proportionally
    Presence: Visible
    Locale: Default locale
    There is no item named "Appearance".
    I am using AdobeLiveCycle Designer 8.0
    Version 8.01.3250.1.491864
    Regards
    dstj

  • Form Guide

    I am trying to create a form guide.  I keep getting errors as follows: As an example, this is the script part: ReturnAddress.para.lineHeight = "12pt"; This is the error : Warning: Unsupported XFA mehod/property "para: Here's another one wih the same error: xfa.resolveNode("Recipeintaddress").para.lineHeight = "12pt";

    The guides only support a subset of the XFA model. Typically if you are trying to change the look and feel of something that woudl not be allowed in a guide (that wodul be part of the the Flex layer). If you are trying to manipulate the data or field inetractions then that is what can be done with XFA scripting. Clearing changing a line height is a visual change and woudl not be allowed.
    Hope that helps
    Paul

Maybe you are looking for

  • USB Drive and iPod do not show up on desktop

    Hello, I put the computer to sleep when I'm going to be away for awhile and overnight. When I come back and wake it, my USB drive does not appear on the desktop. I have to restart the iMac to get it to come back. Also, when I plug my iPod in, iTunes

  • In-line text popup

    The Vertical example in the FlashHelp SDK provided with RHX5 (help example with safari guides for Africa), there are popup links that expand the text content of the current paragraph by adding an explanation in-line with the popup link. There is one

  • ISE - User limitation

    Hi, I know there is endpoint limitation of 2000, 10,000 and 100,000 concurrent endpoints, depending on deployment options. Is there any limit on maximum number of "users" ISE supports in these deployment options?       All the design documents talk o

  • Problem with panelTabbedPane

    My application requires two tabs to be displayed in a single page. Using Tabbed pane am acheiving the same. But the problem is that the entire page is getting divided in to two and first tab is displaying in first part and second tab is getting displ

  • How can I install the plugins?

    Please somebody help me figure out how I can install the MSAccess.jar plugin needed for setting up the omwb after the creation of the repository. MSAccess.jar is in the plugins folder. Why doesnt it work? Thanks!