What's the rule of thumb when it comes to naming fields?I have been been naming like the following: ' TFLastName ' TF for Text Field and then what the field is.Is it really necessary for me to begin the field in that manner?
Hello there,I have a numeric field, and I would like to enter a specific numbers in this field; numbers between 10 to 40.How can this be achieved?Kindly note that I'm new to Livecycle Designer.Thank you in advance,
Hello,I notice for users we can set custom fields via UserManager, but not for rooms with RoomManager. ( I checked RoomManager as well as RoomSettings ).I would like to add a custom field so I can set whether the game has started in the room or not, and if it has, I wont send any users there.Can we ...
Hi,I am trying to get 3 different dropdown menus to determine the multiple recipients of a submitted form. I can't seem to get them all to work at once, ...only one or another. This is the click event script I am using on the Submit button. Could someone help me identify what is wrong with my syntax...
I have a Numeric Field set up to hold 9 numbers for a zip code using Display Pattern 999999999.When I only put in 5 numbers I get leading zeroes.I only want to display the numbers I put in.Sometimes I will have zip code of 9 numbers and other times only 5.What am i missing?Thank you.
LiveCycle Designer ES2, Latest versionHi,The following Javascript, in the click event of a button, returns a null value for the variable oPage. When I manually enter the expected value the script works perfectly.I have tried various changes to the resolveNode line such as, var oPage = xfa.resolveNo...
I'm following the instructions for Recording a session. Setting up the WebDave repository.However there appears to be no API in the account manager corresponding to// typically, you only need to instantiate one accountManager per web application - caching one makes sense.AccountManager aM = new Acco...
I am creating a large PDF form that people will fill out, save, and return to us. I am wondering if there is a simple method to extract the data from the PDF and store the values in a database (excel or access).I can program in java if needed, but I'd prefer a simpler solution if one exists.
I am stuck with the code and was wondering if someone has any suggestion.I have a following code that is working and accomplishes what I want;Hides presence of the subformdevP4, every time I add new instance if (SubForm1.tblEst.estRow1.txtEst.rawValue.length > 4){for (var i = 0; i < 4; i++){var oFis...