Hi All, I have been stumped on this FormCalc code for a few days now. If anyone can give me a hand to get this back on track, that would be great. It's the only thing holding up the completion of this snow removal datasheet.Here is the code: if (SiteCode1 == "W400") then (if (Accum1 < 1) then (0) el...
hi,on executing this script I get the ado2xfa operation failed error.$sourceSet.test.#command.query.commandType = "text"$sourceSet.test.#command.query.select.value=Concat("insert into testdaten (vorname , nachname) values ('", TextField1.rawValue,"','", TextField2.rawValue,"')")$sourceSet.test.open(...
My requirement is to have a repeating subform which has a dynamic table add row button and delete row button. This dynamic table has two columns "name" and "value" where the "name" column is initially prepopulated for the first 5 rows and the corresponding "value" column is mapped to a schema which ...
Hi All,When Creating the application logic for a simplified Workspace ES i found this error after build the project:"Could not resolve <lc:StartProcess> to a component implementation."And this is the source code of my project<?xml version="1.0" encoding="utf-8"?><lc:AuthenticatingApplication xmlns:...
I have a combination of a textfield and a datetimefield. The user can select any date in the textfield and he can choose a date from the calendar. When the user select the date via the calendar the value of the textfield will be set to the selected date. Now my problem: how can I make the picker (th...
Hi!Trying to start a process using the taskmanager (start process in workspace) causes the following error:Caused by: com.adobe.idp.taskmanager.dsc.client.TaskManagerServiceException: Could not create a task for the endpoint: 826 at com.adobe.idp.taskmanager.dsc.service.TaskEndpointManagerImpl.creat...
Hi everybody,is there a possibility to use/start the Template Manager inside the Workbench as I can do it at the Designer?If not, how can I add custom templates.kind regardsMichael
Could anyone please explain why my IF statement is not executed as being truexfa.host.messageBox("tf_Company.rawValue: " + tf_Company.rawValue, "Debugging", 3);xfa.host.messageBox("tf_Type.rawValue: " + tf_Type.rawValue, "Debugging", 3);// At this point tf_Company is Integral and// tf_Type is Modifi...
Hello,I tried the following example http://www.adobe.com/devnet/livecycle/articles/lc_designer_db_lookup_tip.pdfThe dropdown list works fine but the button doesnt work.Everytime it gives me back a script-error without giving any details.error:"unknown script (language is formcalc, ...)"What could be...