In particular, I want to use the SimpleChat and SharedWhiteboard in a secure application and don't want to have any of the data stored on the LCCS servers (just used to manage the streaming of data). At the very least I don't want to have data stored between sessions, but the "sessionDependent" prop...
Hello,I have a field that is required. I have it set to required and I have the characters set to 6. I can still enter 1 number and there is no error. I need this field to validate that it has 6 characters. Can anyone help me with a script?
Hi,We design forms in DesignPro Tools which is a Xerox product and then convert them to pdfs. We then use Adobe Acrobat 7.0 Professional to lay down fillable fields, then add Adobe LiveCycle Reader Extensions ES v8.2 for usage rights. Once the form is ready, we promote the pdf to our web server. ...
Ok, this should be very simple but I am stuck.I want to get the Month, Day and Year for the current day. Here's my script:var tDate = Date(); app.alert("tDate is: " + tDate );// get today's monthvar M = tDate.getMonth() + 1; // 0 based app.alert("M is : "+ M );var D = tDate.getDate(); // get today'...
hi everybody!i have a form with a master page (containing the invoice fields) and 3 body pages that reference the master page.in each one of these 3 pages there is a table with one header row, 7 body rows and a footer row.the table was copied and pasted from page 1 to page 2 and page 3.between the b...
I'm using this quickstart to create a process that returns all the current running tasks. If you look at the code, if the current task status == 100 then it is a completed task. What is the constant for a running task?I've looked here but it doesn't list a constant the equates to still running. ...
I have been doing some testing on using the current version of the solution accelerators in LiveCycle ES 2. I have run into some issues and I have been informed that they are not natively supported in this environment, as of yet. I was just curious if the next version of accelerators will be suppo...
Help Please,I have created TextBox1 and TextBox2. I want whatever is entered into TextBox1 to automaticall fill into TextBox 2. I have done this 1,000 times before but now get a weird result. In TextBox2, under Calculated, at Client, I enter TextBox2=TextBox1. I have tried this in both JavaScript an...
Kevin, I was wondering if you could help me out one more time. It would be greatly appreciated, and I'd gladly makemention of you on our website if you like. That form you helped me configure worked great. However, I have 1 more form to complete and I tried, but had no luck in setting up the calc...
I have an Add Page button on the first page. I enter information into my first page. When I click the Add Page button, a new page (page 2) is added but the information I have inputted into the first page disappears. I have attached the form that I am struggling with. Any help would be appreciated!