I'm new to Live Cycle Designer and trying to create a form where you can select a name of an image from a drop down list and that image will appear on the page to be printed. The images would vary in size if that matters.I copy and pasted code using Microsoft Front Page and it works but not sure ho...
Hi,I have a formcalc field, total_gross_weight, use to sum up all the gross_weight field input by user. Its requirement are:Case: total_gross_weight decimal place must be able change dynamically according to user input in the gross_weight field. eg: gross_weight_1 + gross_weight_2 + ... = total_gros...
We have a requirement to convert large tiff files in full text PDF. I can use the following code to convert small size files, but with a large size file I am seeing a timeout issue.ALC-PDG-10010-000: com.adobe.livecycle.generatepdf.client.ConversionException: ALC-PDG-010-010-The conversion has timed...
Dear Community Members,I am very new to Adobe LiveCycle, and trying to develop a dynamic form which works for SAP ByD.The Scenarion is I have a table with 8 coloumns in it..On a certain condition two out of 8 fields needs to be hidden (Perfectly done) .Now I have to increse the width of 3rd column w...
Hi , I am trying to get the page count for the form i am designing,by using the following on a text fieldthis.rawvalue = xfa.layout.pageCount(); --> i am not sure where to use this (on initialize, layout ready etc) ,i used for both of them and i am not getting any value on the form.my intention is ...
Hi,I'm used to Acrobat Pro but new to LiveCycle. I need to hide several pages on a form until a user activates a checkbox. ie/ user clicks on "[x] category one" and the page that contains category one content appears. If the user deselects the checkbox, the page is hidden. ie/ user clears [ ] categ...
Hi all,I am trying to figure out how to create an action for my form in Livecycle Designer ES2 that will affect the most recent instance of a dynamic table row. I have a table with a repeatable row where the user will enter information about a purchased part and I have buttons that allow the user to...
I'm using Javascript to set the actions. I need to hide a text field if the value of a field in another sub-form is null.- tried checking the value of the other field for null - doesn't work- tried setting a variable str2 where I know the value of the other field is available then checking that vari...
Hi,I know this may not be a proper question in this forum, but it is a PDF form related issue. I need some help in solving my problem in the following scenario:I have a web app processing PDF files. I have PDF fillable forms generated by Lifecycle. User downloads it from my web app, fills out it and...
Hello experts,before i start with the the issue, I would like to describe some functions which we have developed in our adobe form (not interactive Form!).We are displaying XHTML Text coming from SAP , in order to load the XTHML into the controls we are calling the following line of code during the ...