HI,I have a loop for multiple XML variables, captured all the those variables in list. Now I want to concatenate all those values with comma separate. Below is the code am using it.concat(/process_data/inXML/iCorrespondence/correspondenceItem/distributionDetails/faxDetails/destinationNumber[number(/...
Does anyone have a working sample of the above? Mine (below) does not allow a save.trustedExport = app.trustedFunction(function (nName) { app.beginPriv(); var errReport = event.target; errReport.exportAsText(nName); app.endPriv(); })Thanks in advance.Skip
I am sending data to Adobe LiveCycle designer from SAP. As per the GS1 standard, I need to encode the FNC1 character as a delimiter after a variable length field. LiveCycle Designer Help mentions the character combination [F1] to encode FNC1 for Code-128 barcode. This does not work with Datamatrix b...
I have a request for a drop-down list that displays the state but inputs the the two-letter abbreviation when selected. How do I accomplish this? I am totally lost!
Hi Experts,Can anybody help me increating a data object from createDataObject from a text field's value. Text field contents is multiline. These two simple lines are working great in acrobat console but not when under a livecycle click button event.var cMyC = "sample string";this.createDataObject("t...
I want to expand a text box it a form and have it behave like Microsoft Word.In Word, if you type text and the text box expands multi-lines, it adjusts all page content to allow for the expansion.I have tried the LiveCycle textbox multi-line property and the expand property.My problem is that I want...
Is it possible when the display of a date field is not as: date{EEEE, MMMM D, YYYY}thenMessage: "Please select a date from the date calendar" and focus on the date fieldThank you