I have a database connected XFA form that opens and fills out a separate 'report' form before sending it to the client via email. The issue i'm having is trying to transfer over all PDF attachments to the report form so that they get sent along with the report form.var doc = event.target;var reportD...
I have a simple form with two pages one text field on each page. The first page has a button that adds another instance of it to the document. When the button is pressed another page is added but the focus stays on the same page.I'm looking for the code syntax that will allow me to set focus to the ...
I’m hoping I can get some help on a hurdle which I’m having a battle with.In the attached form, I have 2 parts.In part 1 the user is expected to enter amounts and identify where is those amounts currently sit: (Chequing, Savings, RSP – chosen by the “Account” column dropdowns)In part 2, I’m looking ...
Hi,Is there in LiveCycle Designer an event which is similar to the window.onerror event handler? That is, an event which is fired in case of unhandled exceptions.Thank you!
Is there a script to sort a listBox that contains text and numbers using a button?I would prefer it sorted 1, 2, 10, 20, 100, not 1, 10, 100, 2, 20Examples items are part numbers: HP1457100-9, 011-2025-479, 85216, etc
Hi,When developing documents which contain dynamic forms (programmed in Javascript), what is a good way to test them?Do you perform manual tests or automatic tests? If the latter, what technique do you use?Thank you!
Hi,I have two radio buttons in a subform that flows that I want to be side by side but while they are in the subform it only gives the option of them being stacked. How do I change this.Thanks,
My form has a textField that users enter part numbers separated by commas. I want to write an if statement that looks to see if one of the part numbers is included in the list. Is there a way to script to search for only part of a textField's rawValue or formattedValue?So if the rawValue of textFiel...
Hello Everyone,Currently i am working in ALC ES2.5 , I need to create a new process which contains Input file as Microsoft Infopath[.xsn] file and output should be pdf.please let me know this is possible or not, if possible what is the best way to succeed it. We have any specific component to conver...
Is there any way to display dynamic value in tool tip?I have tried: this.assist.toolTip.value = this.rawValue; for a text field on "mouseEnter" eventbut it is not displaying the current raw value. It is displaying previous raw value of the field..I have written 'AAAA' but it is not displayin...