HiI am using below code (from assure dynamics) to highlight field. This code highlights only one page of the form. I am trying to apply this code for my entire form that has 5 pages. One way may be to place this code in every page. I am trying to avoid it but can't getting there.// turn highlight on...
Another dropdown issue. I have selection choice result canceling themselves out?Is there a way to avoid this?DD1 is the dropdown menuTF(*) are just text fieldsIf(DD1.rawValue == "1"){TF1.presence = "visible"; TF2.presence = "visible"; TF3.presence = "visible";}else{TF1.presence = "hidden"; TF2.prese...
Can I reference another script object in a script object? All script objects would be under the same Variables hierarchy.I have a dropdown field.In the 'exit' event, the first reference:DropExit.Exit1(this);In the DropExit script object:function Exit1(current){if(Drop.rawValue =="1"){Color1.presence...
I have multiple dropdown menus, all have the same selection choices. All triggers the same visible/hidden presence event on the same objects.All objects default presence state is invisible.All Dropdown fields are all individually named.example:Dropdown 1selection 1 --> if (this.rawValue == "1") {tha...
I use LiveCycle off-and-on to make forms and I've seen this issue before. I'm not sure if it's something LC is supposed to do or if I've been doing something wrong all along and didn't know it. The code below is currently applied to the change event of a drop-down box. The idea is simply to have ano...
Hallo,I have a form which was created using LiveCycle Designer ES4 and I enabled form saving (Reader extended PDF) with Adobe Acrobat Pro DC.The problem is, that upon opening such files with Adobe reader, some table body rows or subforms (which can be repeated) create a new instance. Whena user fill...
HiThe IT Department has rolled out Microsoft Office 2016, since the roll out I have having problems with Livecycle Designer ES4 and Adobe Pro XI are these programs compatible? In the next couple of months they are rolling out Windows 10 is there going to be compatibility problems .Di
We've got an invoice adobe form in SAP where the last page should always be printed on a different kind of paper.That requires us to use a different intput and output tray for the last page.Out current workaround idea:Print the document twice: First time without the last page, second time only the l...
Hi,so here is my Problem.I created a Form with a DataConneciton (ODBC and an SQL Qerry).Tried the "normal" next,first,add etc. Buttons and everthing works fine.How can i navigate to/select a specific data record? I want a Textbox/field where i insert the Customer number and the adressfields, fistnam...