Hi,I can successfully disable all form fields in an ES2 form with a button and Javascript, however, I would like to leave one password protected button "open" so certain users can unlock the form if required.The code used is:xfa.form.form1.access = "nonInteractive";xfa.form.form1.page1.UnlockButton....
Hi all, I got this form from a person who used LiveCycle ES2 9.0.0, Windows 7 to build it. She asked me to simply add another column to the table, but for some reason I cannot do it!Fortunately she had an earlier version where a column was insertable, but this issue is still bugging me. I've tried...
Below is regExp for a Date. Can someone please provide more information on what would be the right code for the Time.Thank you,varregExpDate = /^\d{4}-\d{2}-\d{2}$/;varvMatched = this.rawValue.match(regExpDate);varsDate = this.rawValue;varoDate = util.scand("yyyy-mm-dd", sDate);if((!vMatched)||(oDat...
Good day all;I think I have now lost it... ;>))LifeCycle Designer 8.05 Anyway, If the user of the form requires additional rows to enter infoamtion, I want them to be able to add a row using a button. I have tried using the following"Table"N".Row2.instanceManager.addInstance(1); ="N" is the table na...
I have the LiveCycle Designer and have created an interactive form. I want some of my staff to be able to save the document on their computer, but they only have reader. Apparently this can be accomplished with the reader extensions, is this part of x pro, or do I have to purchase it. Also there is...
Hello!I need to create a table in the database to be used by a simple process.How do I create it once I have the SQL ready (just two statements, CREATE TABLE and INSERT)?Thank you for any hints.Marcos
Hi, it's been a long time since I used LiveCycle, so I'm having to refresh my memory.I have a set of buttons on a page that reflect different sections to be completed within a form. They actually represent a workflow.Beside each section button I have a checkbox. Each button simply directs the user...
Greetings All,I am using formCalc.My form has a dropdown box that Allows Custom Text Entry. On the change event is a script like the following: SubformRecap.TableLiabilityRecap.Row[13].Cell[1] = xfa.event.newTextThe custom entered text works ONLY when the user:starts typing without viewing the d...
Start TimeEnd TimeMode of TransportJourney TimeHH:MMHH:MMDrop Down ListAuto calculated on start/end timesTotal Time TravelingSum of Journey TimesMode of TransportTotal Time Journey TimeDrop Down ListI have created an interactive form which requires members of the general public to fill out a travel ...
We have a form that we have distributed to multiple users. The form is set so that submissions go to a pre-defined server location. The problem is that some of the users submit the form multiple times (not sure why). Perhaps they don't notice the message that says "Form submitted". In any case, we w...