Hi all,I'm interested in modifying workspace to add a new column pertaining to my task. The goal is to be able to list tasks and sort by this new data (shown as a new column). Now I understand I need to rebuild workspace, which I am doing. I can get as far as adding the new column but I am not findi...
I'm trying to create basic calculations in a form that I am creating in LiveCycle Designer. Has anyone does this, and can you please give me some help? I don't understand the instructions in the Help feature or the book that I have. Here is what I am trying to do:Text Field A 100 (manual entry)Text...
As you see the Desing View is showing the blank Master Page. I don't have any images or text on the Master Page, it's blank.How can I get rid of the blank Master Page in Design View and as part of my document, and have the following page as my page 1? The blank Master Page shows in Review PDF as a...
I just did an upgrade to Designer ES2.I created a new form with static textfields and floating textfieldsthen i created a button that filles the floating field with a text using javascript.xfa.resolveNode("form1.#subform[0].Textfield1").rawValue = "it doen't work";But it doesn't workWhen i make the ...
This is the highlight you see when a field in the tree is selcted. The highlight is ALWAYS very faint and the only way to see it is by looking at it from an angle.
Hey there, i have made a few forms in ES2 now, but ran into an odd problem.. The master page header that i have setup clears all input data after a check box is checked. The action script for that check box is only supposed to hide a table, but wipes everything aswell. Another thing, why doesn't the...
I’ve created a process in LiveCycle Workbench where I read an XDP file from a watched folder and generate a static PDF form using generatePDFOutput (Output) – the fields are not editable. How must I proceed to make this PDF an editable form? Thanks!
I am new to this program. It was offered in my Level II Acrobat class. I've just just using it and it seem sto be working fine.My problem is that I need to have a TextField at the bottom of my form for the end user to fill in notes/comments. If their comments are more than the space allowed I nee...
Hiim trying to write a multiline error message in the Validation Script Message for a textfield but everytime I hit return, i end up at the front of the current line instead of a new line. I've also tried \n with no luck. The only way i've found is by entering the text into notepad and then cut+pa...
I was wondering if someone could provide me with the syntax for formcalc for the following javascript. This is used to hide or make visible 2 fields based on a value in a drop down list:switch(xfa.event.newText) { case 'A - Approved': form1.Page1.2nd_Title.presence = "visible"; form...