Hi All,We have a subfrom visibility(hide/insivible) problem on adobe form.We designed it on SAP with Adobe Livecyle Designer 11.0.PROJE_SF has internal table binding.I have two flags which manuplates the visibility for each subform.when we fill the flag with 'X' we can display the subform but, next...
Hi Team,I need a Technical solution for one of the Problem.I am currently working on customized Delivery Note which has 2 Pages.The entire data is coming up fine , but at the end i am getting oneextra Master page with Header Data ,Content Area is empty.The height of the overflow ledger can be adjust...
I created a pdf fillable form that grows any where from 2MB to 20MB each time it is signed. We collect anywhere form 14-20 signatures so the file can get quite large. I have tried to change settings but have had no result. The only correlation I have determined is the amount of growth is tied to the...
Hello,I have been trying to figure it out and even tried reading all the questions similar to this one so if anyone can help me better understand it would be greatly appreciated.I have a field name "StartDate" and a field name "EndDate" I am trying to add Inspection dates.StartDate + 30 days = 1st I...
Hi,I'm looking for a way to validate that a user has entered a value matching either XXX-XX-XXXX or XX-XXXXXXX format. Ideally, the field will only allow numeric and "-" characters to be entered, but if that's too difficult...I could live with it simply ensuring that either format was entered (perha...
I have some forms that I developed in Acrobat 8 pro using Lifecycle Designer. I just "upgraded" to Acrobat DC. I am TRYING to import an XML file into a form I created in LifeCycle Designer using Acrobat DC, but it tells me I have to do it in Lifecycle designer, however, I cant FIND Lifecycle desig...
Good Morning Everyone,I'm looking to see if anyone can help me with an issue I am having.I am trying to lock down two text fields after a specific checkbox has been turn on/checked.Can any assist me?Thank you!
I am facing very strange behaviour when declaring local variables in Script Object under the main form (form1), as well as under an inner subform.I have used this method always, and it works like a charm. I declare a variable in a script object, and initialize it using an initialization function as ...
I am creating an adaptive form for submission to a WorkBench process.I am using custom email templates in the Assign Task steps of the process.I am using Xpath to include form data in the custom emails.When the non-adaptive form is submitted via WorkSpace, the custom email is received as expected.Wh...
I have a script object that populates fields. There are two arrays, one for dates and one for values.Snippet of script object://Array of closing dates.var closingDate = new Array("","1/3/2011","1/4/2011","1/5/2011",etc……"12/31/2016"); //Array of closing values.var closingValue = new Array(null,"127...