I'm attempting to call a web service with the Invoke Web Service activity in livecycle ES4 and it gives me an Invocation Error.Here is the thing.I've tried using a direct copy paste of a soap request from SOAPUI where it works perfectly fine. More than that, I've tried using that same copy paste in ...
As we can see from the screenshot. the current requirement is to display the field 1.Operation No. dynamically, this field is below to an internal table, and I have mapped it in the next Body Page SubForm(actually it should not be displayed,so I set it as hidden).So Now I have two ideas for this req...
Hello,I have 2 hidden subforms with expandable fields. If one or both subforms are visible, I'd like a button to print to pdf the visible subforms only.Can't really indicate page range because they could expand to multiple pages.This is what I have on a click event so far. pp = event.target.getPrin...
I built a form, published it to repository and distributed the form. I sent it to my employees and when they submit by email I am not able to spool it up into the responses file. How do I find the problem here?
Hello,I'm fairly new to LiveCycle Designer. I've designed a couple of forms that are behaving the same way and I'm curious if someone would mind helping me track down my mistake.I have a table that I need to be able to add and subtract rows. If I add a row and fill in the information it looks righ...
I am creating a form that has expandable fields and allows page breaks within content. That is not a problem. However, the fields will not all fit on one page. Fields one-sic are on the first page with the remainder and the signature block on the second page. When the fields on the first page ex...
Using LC ES2 with the following JavaScript for opening attachments. When I highlight the attachment and click Open I get a popup Warning: JavaScript Window - with a big red X and 0.var oObj = event.target; var sAttachObjName = ListBox1.selectedIndex; oObj.exportDataObject({ cName: sAttachObjName,...
I have two date fields binded through global data. When a date is selected it auto fills to another date field. I would like that second date field to add two days to that date automatically. It would be a read only for the second date field. Is there a way to do this without having to change it to ...
hello,I have made a table (12 Columns and 13 rows) and some of the fields are calculated. Now I want to change the background color of the fields that have the lowest value. So if I enter 2 rows I want 1 field to change, if I enter 4 rows I need to change 2 etc..I hope someone can point me in the ri...