I'm wishing to change the alignment of text fields from top alignment to bottom alignment. When right click the field and choose styles > create a new style > Value Text Formatting, I can change the vertical alignment. But I can't do this for many fields at once. How I can change or apply a style ...
I have a form created in LiveCycle ES2. I have mapped some fields to a schema that causes LC to generate XML that adheres to the import format of one of my company's internal databases.There is one problem: the system's import function looks for a DTD DOCTYPE declaration between the XML declaration ...
I have two company logos on the top of my form. When the user selectes which company they are located at, the cooresponding logo become visible. Unfortunitly, because the images are set to global binding (so they appear on each page) the image data exports to my spreadsheet. How can I have the user ...
I have a very large dynamic PDF and i have already built the table of contents but it only contains the title of each section (no page numbers). each item clicked focuses view on the corresponding Header of that section even if the page number changes. BUT now i need to add page numbers onto the tab...
Hi All,Went through a mandatory OS upgrade to Windows 7 along with several other updates. Since then, I can get into LC ES2 and open my forms but when I try to preview I get an error then LC shuts down. Anyone have any experieince fixing this problem?
I need to add instructional default text to a text field and have it disappear when the cursor is clicked into that field, but have it reappear if nothing is entered in the field
I am saving the document as Adobe Dynamic XML Form, When I open the document I get this error and I do have a Adobe reader installer.Please wait... If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document. You...
Adobe changes my numeric field to include commas when validation fails. My numeric validation setting is num{zzzzzzz9.99}. I want my numeric field to display as 99999999.00, no commas and only to have 2 decimals places. I added this validation to the Display, Edit, Validation and Data tabs under the...
I have a button that I want to make a Windows error sound when certain conditions are met. I've tried variations of xfa.host.beep() (e.g. xfa.host.beep("1"), xfa.host.beep("2")), but they never generate any sound. I tried both Acrobat and Reader (11.0.09) static and dynamic forms.
I have 2 date fields on a form. When I click the submit button I am trying to make sure the end date is after the start date. Here is the code I am using: var sDate = Date.parse(BackgroundInformation.Background.CheckingDateStart.rawValue); var eDate = Date.parse(BackgroundInformation.Backg...