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.

Similar Messages

  • How to return a html repsonse after form guide rendering in browser?

    How to return a html repsonse after form guide rendering in browser indicating that server has recieved transmission and request is submitted succesfuly?
    I am rendering the form guide in browser using guide invoke service and when i submit the data in browser to server through guide , it is displaying some random number in browser?
    i need to display a resposne that request is submitted successfully?

    how could i define a variable with "html data" ?
    Create a variable of type document and then a service to read the html from where ever it's located. If you put it in LiveCycle, you can use the ReadRessource service. If it's on the file system, you can use the Read Document. If it's in the database, you can use the JDBC service.
    Also, one more doubt where should i use this variable in my process to get the same?
    You want the response once you've submitted the data, so the html is really the result of calling the process that's processing the data. So I would create an output variable of type document on that process.
    Right now it displays a random number in the browser because your submit process is long lived. When a process is long lived (asynchronous), you invoke it and then you get an identifier back. It's kind of a fire and forget. You can use that identifier to check the status of the long lived process, since long lived processes can take hours, days to complete. You don't want your browser to wait that long, hence the identifier.
    However if you change the process to be short lived (synchronous), the browser will wait for the result of the process, which really means the output variables for that process. If your output variable contains html, it'll display html.
    So the key is make you submit process short lived and populate the output variables appropriately.
    Jasmin

  • How can I pass data from a form guide to another form in a business process

    How do we pass data from a form guide to another form(not necessarily a guide) without having to open the form. For example we have a small form guide to capture the contract id so we can then get data from contracts table to present to the user in a form. We want the user to open the guide (either Flex guide or form guide) to enter the contract id. Upon submission we want the process to get the contract data and put it into the form that will be opened at the next step by the user without having a user interact with the form to get the data into it. In other words we need the process to get the data and populate a different form than the form guide the contract id was entered in and this new form needs to be opened in the next step by the user.

    Firstly, I'm assuming that you have a Forms ES Server if you are rendering a Guide.  This could be either version ES1, ES2/2.5 or ES3/ADEP
    If you submit the form back to the server, you can populate a second (PDF/XDP) form with the data bound to the same schema/Data Model using Forms ES. 
    You referred to the next user in the chain - If you are using Process Management, this is very easy, as you define what form is used to render the data in the "Presentation & Data" section of the Assign Task activity

  • Getting Runtime error while including pdf doc with Form guides.

    Hi,
    I have urgent requirement where  I have to capture  the data  in the PDF doc   what user enters into the  form Guides.
    I am trying this on ES2.
    I followed the steps what  they  mentioned at ::  http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm - >>Creating  Guides using LiveCycle  Workbench ES2 ->  Including the PDF doc with a document.
    They  mentioned that we have  to create form design (pdf) with same data  model.. But When i tries to create form design by  including the data  model ..  it is  not allowing to me  save as pdf and  its telling that we have to save as xdp only.   So saved as xdp only and followd all the same  steps what they  mentioned  ..  but we are getting error like  :::
    2010-01-07 17:13:08,227 ERROR [com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker] An exception was thrown with name com.adobe.repository.ResourceNotFoundException message: ALC-REP-018-000: Resource
    [/Form/SampleFormGuides/1.0/Form/MyInformation.xdp] does not exist or you do not have sufficient rights to access it. while invoking service RepositoryService and operation readResourceContent and no fault routes were found to be configured.
    Please find my  form guide setting  to invoke my  REST URL.. and my process.
    please  help  me  in this regard ,,,,,

    Hi Han,
    The  problem  might  be in path of the resources. Please check the  path  for the pdf you includes at form guide.
    Please check concat( ) operation  .. make sure that it is correct and pointing as per your work bench.
    And
    At Configuring the REST endpoint for the PDF render service:,   6th  point  , please select   as System level rather than INVOKE_PERM.
    I hope it helps.
    Thanks
    Praveen.

  • 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

  • Display form guide in browser using ES2

    I am trying to render a form guide in worspace and also in a browser so you can access the guide via a url outside the workspace environment. Can someone refer me to a good guide or tutorial for this.
    Thanks

    Rendering the guide in workspace is very easy and straight forward. Simply point to the guide in the asset area of the action profile.
    To render the guide in a browser I created a simple process
    that calls the Render Guide process (in the Guide (system) application). It is a generic renderer that accepts a URL to indicate which guide you want to display as well as a TargetURL to update the submit button for submissions. I then use the Rest interface to call my process and voila th eguide gets displayed. Does this make sense?
    Paul

  • 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

  • Form Guides don't show in Preview

    I am trying to learn how to create form guides and have found that when I click the preview button, nothing but a blank template of the form guide appears.  None of the text or graphics I have added appear.  Can anyone provide any solutions?
    I am working with ES2.

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • Form guide's preview PDF button not visible in Firefox

    Don't know if this is a silly question but when I preview form guides in Firefox then the 4 top-right buttons (including Show/Hide PDF) doesn't appear. I have confirmed that I selected the "Include PDF preview" option. In IE everything works fine, so I'm assuming it has something to do with Active X.
    I did have a look at the generated html, but couldn't really get much wiser. Any ideas?

    Hi Vijay,
    Goto:
    Universal Worklist Content Configuration -> Click to Administrate Item Types and View Definitions
    In the table under the "Current Configurations" tab, select the standard travel configuration provided by SAP -> "com.sap.pct.erp.mss.tra".
    Here, search for the code of the task for which everything is working fine; in our case it was TS20000118. Copy this piece of code.
    Now download the currently active XML configuration. In the saved XML file, search for the task code which is not working as expected. Replace this piece of code with the code copied in the above step. Save with a different name.
    Upload this new configuration with HIgh priority.
    Reregister the connector and clear the cache.
    These steps solved my problem. Probably it should work for you too.
    Regards,
    Shashank

  • Rending a form guide

    Hi all,
    I am currently attempting to use the API Quick Start to load a form guide. I am able to load the guide itself without any issue. However, I cannot populate it with data from the PDF it's attached to, the form guide appears empty.
    My understanding is that I need to pass the data I want in the InputData parameter of the renderFormGuide function. I have attempted to pass everything from a PDF file, to an xml file to just an xml string.
    For example:
    InputStream input_stream = new FileInputStream("c:\\data\\test.xml");
    Document oInputData = new Document(input_stream);
    I know this file contains valid xml as it successfully fills the PDF using XPAAJ, but it will still leave the form guide blank.
    This was the only part of the quick start I changed, so perhaps there is another option somewhere that I cannot find. Any help would be appreciated.
    Cheers,
    Daniel

    Thanks for the response. I wasn't aware that XPAAJ isn't supported anymore. In any case it doesn't help my situation.
    I attempted what you asked me to do and it appears that the XML file loads fine in the preview.
    When I generate some preview data, it also appears fine in the pdf preview, but not on the rendered form guide.
    Any other advice? Like I said, I am using the API quick start.
    Cheers,
    Daniel

  • Tab order in form guide

    Hi All,
    I have designed a form guide using xdp as a data model. The problem is of the tab order. I am using the layout as "Two column". As per the documentation, "The controls flow from left to right and are distributed equally between the two columns. The controls are positioned in this order: first column, second column, first column, second column, and so on."
    But in my guide when I clicked on the preview button, the control is going top to botton : first column, first column, second column,second column.
    Please help me in fixing this.
    Thanks and Regards,
    Ambika

    This is what I'm seeing, however I think we would like to know how to change the order.
    For instance, I have formatted the form to have two columns of data entry: Personal info in column 1, product info in column 2. When the user types their name in column 1, row 1 for "Name" then go to tab down to "Email", it actually tabs right to column 2, row 1, "Product Year." Altering the tab order would fix this problem.
    Thanks!

  • 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

  • Good tutorial  for  Form Guides in ES2.

    Hi ,
    Today  I started digging into what is Form Guide and what is the use   and how to develop and render the form guide.
    Where we  need to  the Form Guide ?.
    Could any one please  share the link or  materail of good tutorial of Form Guide of ES2 ?.
    Thanks
    Praveen

    I'm not aware of any tutorial. The documentation team has not created one, but there is an overview video here:
    http://my.adobe.acrobat.com/lces2fsp_guide_based_applications/
    The help on how to create guides is here:
    http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/003610.html
    How to use a guide in a process is documented in the Creating Human-Centric Process section of the Workbench ES2 help:
    http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/000217.html
    Scott

  • Trouble getting Form Guides to render in Workspace, any ideas?

    I've been trying unsuccessfully to get any Form Guides to render correctly in Workspace. I've just began to dive into the Form Guides to investigate to see if they were a usefull tool to our users. I have been following the Adobe Form Guide documentation to a T, but with two different forms I cannot get them to render in Workspace.
    http://help.adobe.com/en_US/livecycle/8.2/fggettingstarted.pdf
    On one form, an xdp, the Form Guide starts to render the .swc, getting the frame of the Form Guide, but no content or objects from the original Form ever pulls in, it just stays static. I have the most simplest of process, just to test if the Form Guide will load.
    Then, on my other form, which is the basic sample Mortgage app process that you build in Adobe documentation. It's a pdf and I get a Workspace error : (ALC-WKS-007-040) and no .swc rendering.
    As stated in the Form Guide documentation, I'm using the Render Form Guide ES Update1 in my xfaForm variable. And the Advanced setting I used were from the documentation as well.
    My question is there something I'm missing or some way to track down my issue? Any help would be great. Thanks.

    What happens with Guide is it load up the HTML stub and then load the swf from the location defined in the stub. That location gets added in there by the TargetURL property of the render service. So make sure it's set properly.
    As for the XXX-040 error, this an error in the Render Form Guide ES Update1 service. Can you send the message from the error log?
    Jasmin

  • 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

Maybe you are looking for

  • Why can't I change the capitalization of letters in my iPhone music library?

    Just got a new iPhone 6. Once I sync music to my phone, I'm unable to change the way song/album/artist titles are capitalized. For example I synced one album to my phone where the title of the album was in all caps. I then deleted the album from my p

  • Fail to load dll RunningProcessesQuery

    Trying to reinstall Oracle 8i Database after deinstalling the database as well as a unsuccessfull installation of iAs. Now this error comes up halfway through installation. Failed to load dll files (Error RunningProcessesQuery)

  • Sort Formula Field

    Hi I have a similar issue.... I have a report that's looking for Turnbacks,Total Trips and Turnback Percent of total trips grouped by Vendor. Report Layout Date (Group1) Vendor (Group2) Under group Vendor I have summarized fields... Date 20101119 Ven

  • Report acts funny AND xml-export broken

    Hi @ all, 1. My users are experiencing some weird problems: A report is displayed with the pagination showing that there are 59 rows, but the report is empty... only the column headings are shown! Take a look at the screen shot (2004-07-21_Report-Pro

  • What is the best way to add multiple images with links into an email signature?

    I created an email signature with five linked images by: * creating new message • attached the image • adding link to the image • copied new email signature • under Preferences/Signature added the new signature It all works, but some of the emails bo