Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 14-05-2010
    Hi guys,I am following the tutorial below on learning how to use the sdk. I pretty mch copy and pasted the cody, imported all the jar files, there's no red marks or syntax errors.http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=sdkHelp&f...

    Views

    830

    Likes

    0

    Replies

    0
  • 14-05-2010
    Goal: Looking to allow for unlimited number of one-to-one whiteboard collaboration sessions.Option A) I am currently able to partition each user pair by establishing a separate collectionNode via SharedWBModel and assiging each user of the two users to that model (collectionNode).Option B) I am also...

    Views

    462

    Likes

    0

    Replies

    2
  • 14-05-2010
    Hi all!Do you know if there is a way to insert an auto incremental numerical field in a form?I've realized a form to distibute via e-mail and would like that each different forwarded and filled form could be numbered with a different, incremental number.Thanks. Have a nice day.Luca

    Views

    625

    Likes

    0

    Replies

    3
  • 14-05-2010
    I am creating a form in which I convert several text fields to tables. Now that I want to do a custom tab order, the tables block the text fields from being moved up and down... How do I 'undo' the tables or change their order? I would like to change to order of a whole table.Right now I have a tabl...

    Views

    589

    Likes

    0

    Replies

    2
  • 14-05-2010
    Hello,I am trying to get the previous value of a drop down list when I press cancel button of a message box. In order to do that, I placed the next code in aChange event:var vTest = xfa.host.messageBox("If you change the option...","Change",1,1);if (vTest == "1"){ xfa.host.resetData(); //If I press ...

    Views

    869

    Likes

    0

    Replies

    3
  • 14-05-2010
    This, is the code i used to connect with my webservice, it works when i try to access a method without parameters, but when it has parameters, it sends null/void.TextField1.rawValue =connect("http://localhost:2399/Service1.asmx?wsdl");function connect(oListURL){SOAP.wireDump = false;var e;try { var ...

    Views

    519

    Likes

    0

    Replies

    1
  • 14-05-2010
    Hi Guys,I have a problem.I have a textfield and enter information in it which should be populated in antother textfield. For every new entry a new textfield should appear with this information. This is the code for that:Table_SF._Repeat_SF.addInstance(1); xfa.resolveNode("Table_SF.Repeat_SF[" + (Tab...

    Views

    213

    Likes

    0

    Replies

    0
  • 14-05-2010
    I'm trying to use array and the livecycle's javascript tells me that is a syntax error, i think i should import some libraries but, i don't know how to do it.PLESE, HELP!Thanks in advance!

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 14-05-2010
    Hi I have just started using livecycle to develop simple forms for the office. I have been fairly successful so far,but I have one question. How can i use the value a user selects from a drop down list to have a predetermined value displayed in a text field?thanks

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 14-05-2010
    I'm in need of using some actionscript commands, is it possible to include that same commands into the livecycle??

    Views

    383

    Likes

    0

    Replies

    1