Hi All,I am trying to start locators wasadmin@evvvv:TEST:caching> ./startlocator.sh: command not foundline 13:: command not foundline 16:: command not foundline 19:: command not foundline 22:: command not foundline 25:: command not foundline 28:: command not foundline 30:".sadmin@elvvvvv:TEST:cachin...
I have a form that has several radio buttons and corresponding Comment boxes.When the user chooses the No radio button, I want the comments section to become mandatory.So I wrote if (RadioQ2.rawValue=="2"){ Q2.mandatory }In the binding tab, the No item has a value of 2.RadioQ2 is the radio...
Hello everybodyIn a form with multiple pages, I have some textfields with same name and bound with "Use global data".I explain. On the first page, there are 2 textfields named "Country". The user types in a textfield and the text appears in the second box. WellOn the second page, again 2 textfields ...
Is there any way to show a text field only if a checkbox state is checked and to make the text field disappear if it is unchecked? This part I know how to do. The tricky part is I want the text field to be visible when printed even if the box is not checked.. Can this be done?
Hi, let say I have a form that shows a car specification and consists of N parts (sub-forms):part Ipart IIpart III...part NThose parts are sub-forms, and given a specific xml data connection file, I need to show the parts if and only iff certain elements of that xml exist or not. Let say, part II is...
Ok I am in SAP.SAP populates some hidden fields. so now the field, well say fieldX has the rawValue = sectionX.fieldY.presence = "open"'xfa.host.messageBox("test " + fieldX.rawValue);********popup says************************************test sectionX.fieldY.presence = "open";***********************...
I have linked my form below. I am trying to script the "Hide Closed" button. I want to hide all of the instances of the "ActionItemGrp" table sections when the user has entered a date in the "ClosedDate" field. I tried the following script but can not get it to work.Form1.ButtonsPage.HideClosed::cli...
I have a pdf saved as Dynamic XML Forms with typical button to add instances of a subform.The form works fine, but the problem is not show the added instances after save and open.Can someone tell me how to solve it?Attached a example.https://www.hightail.com/download/elNJblRwY3k5eFZjR05Vag Thanks in...
We have an evaluation system setup that we are using to generate PDF from PS. We're connecting via the EJB client, and typically have had no problems. Until today. At some point today we began seeing exceptions being thrown on the client:Caused by: com.adobe.idp.um.api.UMException | [com.adobe.idp.u...
We have set up a new installation of LiveCycle ES4 with SP1 on weblogic. Everything seems to be working fine but we can't check-in or check out files.Actually, a new file can be created and checked-in to the repository for the first time. If you want to make changes to the exsting files, the CheckOu...