I tried to search the designer forum before asking this question, ...When I preview an xdp form in Designer, the "Highlight fields" button displays very quickly and then disappears. How do I get it to display full time?Thanks,Elaine
Hello All,I need to maintain some history on my pdf form, so i need to get date and time when user submits the form. Right now i'm able to do this in FormCalc.var todayDate = Date()var todayTime = Time()var today = concat(Num2Date(todayDate, "MMMM DD, YYYY"), " ", Num2Time(todayTime, "h:MM A"));tod...
Greetings, all.The trials and tribulations of being a novice. I know less than I require for a task.------I have two forms - Form A & Form B. When I enter name = Joe and phone = 111-2222 in Form A, I'd like the name and phone number fields on Form B to auto-populate with name = Joe and phone = 1...
Hi, I am trying to set a XML tag value in the initialize event of a text field.. The code works fine in FormCalc but I needed it to work in java script. FormCalc: $record.prospectApplication.typeName = "namedInsured"; Java Script: xfa.record.prospectApplication.typeName = "namedIns...
Ok, so my previous question about unchecking and checking a checkbox did not accomplish what I was looking to do. I wanted to trigger the event_change on the checkbox object. So, basically I need the code to call the event_change action programatically.Thanks again
Hello,Could anyone help me with the code necessary to uncheck or check a checkbox on a form? Let's say there is a button, and I want that button when clicked to automatically check a check box. My actual goal is to have code that loops through all the checkboxes on the form, if they are checked it...
Hello,I was wondering if there is a way to remove an object from the tab order completely. So when the user gets to the end of my set tab order they don't have to hit tab 74 times to get past calculated text fields to get back to the top of the order.Thanks
I am using Rights Management on LiveCycle 8.2 and managing my users in ES. A problem I am encountering is that certain operations, like revoking documents launch the URL to have the user login to the Rights Management app. But since my users aren't configured there, the logins do not work.Is there a...
I have constructed a filable form in Adobe Acrobat Pro 8.1. The idea is to have this form downloaded to the users computer and used weekly to track expenses and each week to print and save a copy. The problem is that with save enabled it overwrites the original form and now the person must downloa...