Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 28-02-2008
    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...

    Views

    1.1K

    Likes

    0

    Replies

    9
  • 28-02-2008
    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(...

    Views

    508

    Likes

    0

    Replies

    0
  • 28-02-2008
    Hi all,when Build Project to compile Workspace ES ,it was an error"Unable to resolve a class for ResourceBundle: data."

    Views

    489

    Likes

    0

    Replies

    1
  • 28-02-2008
    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 ...

    Views

    347

    Likes

    0

    Replies

    0
  • 28-02-2008
    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:...

    Views

    620

    Likes

    0

    Replies

    2
  • 28-02-2008
    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...

    Views

    432

    Likes

    0

    Replies

    3
  • 28-02-2008
    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...

    Views

    665

    Likes

    0

    Replies

    3
  • 27-02-2008
    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

    Views

    494

    Likes

    0

    Replies

    1
  • 27-02-2008
    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...

    Views

    423

    Likes

    0

    Replies

    3
  • 27-02-2008
    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...

    Views

    262

    Likes

    0

    Replies

    0