So I'm trying to properly script (using Javascript) one (or both if possible) of the below scenarios where the user can either enter a numeric value (up to 10, in the 'Number of Accounts' field), and that amount of instances of the follow row (of 'Account Number' and 'Store/Locations') would populat...
In LiveCycle I have created a dynamic form. I am attempting to display the file properties version or the custom properties to populate a footer field so i can make edits on the properties page and automatically update the form to reduce long term maintenance issues. I added the fields as Text and...
Want to get total days from two dates Date1Date2the total days should exclude weekends "Fridays" and "Saturdays"I'm pushing the script in properties of the Total field.could anybody check if I'm doing something wrong because the calculation is not showing the correct number.the code is given below:/...
Hi, I am currently designing a form and in a particular section I have enabled the user to select the current month using a date picker (Date/Time Field) where a second Date/Time Field will automatically fill. I have set the Data Connection to global (so they are connected), however I wish to offset...
Hey,I am working on a form and I can't loop through a dynamic table.I want to calculate following in a invisible row. The calculation is based on a dynamic row above.See the hierarchy below:my Script:var All = 0;// I also tried following:// or (....; i <= parent.parent.resolveNodes("Kalk[*]") ...//f...
Hey,I have a little issue. I was programming a time calculation (dynamic) table and yesterday everything worked, but today no full hours are calculated correctly.I tried then to display the hour as a decimal number using following script:this.rawValue = Time2Num(cellabove.rawValue, "HH:MM", "en_GB")...
This type of question has been asked many times already. Existing forum posts have been very helpful in getting me closer to the answer however I'm still running into an issue that I was hoping to get some help with. I am using Livecycle designer version 11 along with SAP to create the label. The la...
Hi All.I would like to close form by condition. But before form will closed I would like to display popup alert for 1-2 seconds and then auto close form. How to do that?Thanks.
Hello, all;I'm building a form with LiveCycle that has some sections for filling in travel data (numeric fields for hotel lodging rate, incidental expenses, transportation, a total cost field summing all the expenses, and a couple checkboxes for room availability). The form starts out with 3 instanc...