Please help!I am trying to insert an image into an image field and does not allow me to do so...I am getting the error:Browse for Image File___________________Error: Unable to locate an image filebrowser on your systemAny Idea why?Thank you
I have a drop down list in my form with contains thousands of names in order by Last Name then First Name.If the user's name is Adam Zapple, it will be listed "Zapple Adam"....I would like the user to either have the option to only use the drop down list or they can type "Zapple" or any portion and ...
If you wish to change the administrator’s password for the LiveCycle server you must do it manually in the database.Reason The administrator’s password is the only password stored in the database table EDCPrincipalLocalAccountEntity.Solution To select the correct record run this query:SELECT uidstr...
I have one TextField = COMPANY, and one TextField = DATE (customer can fill in)I want to make one Text field to write : "The Z-Score, based on financial data as of " (DATE) "for" (COMPANY) "is"Thank you
Hi Gents, I searched for reseting the tracking in the adobe livecycle workspace and administration console but i returned with zero success, so how can i reset the tracking in order to start over as a new application with new tracking history.Thanks in advance & Best Regards.
Hi all, I've a severe issue , i searched for a solution and nothing returned till my mind blown , i made a process and put a lot of assign task operations with user actions {"Approve","Reject"} what i want to do is when the user hits Reject action a pop-up window is opening to him to put his rej...
I am fairly new to Adobe LiveCycle Designer ES 8.2, but I would like to have a drop down list of managers and another drop down list of employees.I would like this set up in such a way where the manager can click on their own name in the manager list and have a drop down list appear which is only po...
Is it possible to create a catalog in Adobe LiveCycle where the user can select an item by clicking a check box then it will add the name of that item to another form listing what they selected? Kind of like a shopping cart feature.
I have a maintenance form where each item that gets inspected needs to have a unique number. The Item # is a Numeric Field and I have tried many different ways to count the Subform1 instances but nothing works 100% of the time. The issue is I can count the instances on initialize or I can...
I have this script on the change event of a text field:if ((this.rawValue != "null") || (this.rawValue != "")){ checkBoxThree.presence = "visible";}else{ checkboxThree.presence = "hidden";}It is correctly displaying the checkBoxThree subform when data is entered in the text field. However, if the us...