Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/19/11
    Day 1, Lesson 1 isn't working for me at all, although other lessons appear to work Not an encouraging start!Can this be fixed?Thanks

    Views

    1.7K

    Likes

    0

    Replies

    1
  • 9/19/11
    I've created a DDL where if one of the values is chosen, I want a hidden subform to be visible.I put the following script on the change event of the DDL, but it's not working. I've make the subforms flowed and the form is dynamic. I've gotten script like this to work before, but I don't know what I'...

    Views

    628

    Likes

    0

    Replies

    1
  • 9/18/11
    Hello,Using PHP, I'm creating a token with the following code:$acc = new RTCAccount("https://collaboration.adobelivecycle.com/user");$acc->login("username", "passwd");$sess = $acc->getSession("myfirstroom");$token = $sess->getAuthenticationToken("secret", "John", "john", 100);Then I pass $token to m...

    Views

    2.4K

    Likes

    0

    Replies

    8
  • 9/16/11
    I get the following message(in my livecycle server log) when one of my forms loads in workspace.  Its only the one form that this occurs in and the form appears to work correctly.  Does anyone have any idea why this warning occurs and how to clear it?  Anyone know what the specific fault lines (2812...

    Views

    5.3K

    Likes

    0

    Replies

    1
  • 9/16/11
    Hi,I have a problem with a single user where a script on the preOpen event of a dropdown box fails. The script is in FormCalc.The error message says:Error: accessor 'Cell' unknown.I use various hidden tables to store 2 dimensional arrays and name every row 'Row' and every cell 'Cell'. This allows me...

    Views

    1.8K

    Likes

    0

    Replies

    7
  • 9/16/11
    I want to pick from a list in the drop down.  Depending on what is choosen then a box will be checked automatically.  This is what I have so far for script.if (dropdown == "blah") then this.rawValue = 1I am not sure if it should be JavaScript or FormCalc...I assume JavaScript since there is no calcu...

    Views

    4.3K

    Likes

    0

    Replies

    7
  • 9/16/11
    HelloI am developing a interactive form and the back end is SAP ERP software (where in the INITIAL screen will be developed) and the data bse is Oracle, fine.The my_form has 4 pages.The first 2 pages (1&2) are meant for to enter the family head details.And the last 2 pages(3&4) are meant for childre...

    Views

    11.2K

    Likes

    0

    Replies

    6
  • 9/15/11
    What's the best way to extract ALL the Text elements (Text strings in Text objects, Captions of Fields...etc.) in a Form?I'd like to put all of them in one txt or word file.  Just want the strings, don't care about their formatting or position.

    Views

    833

    Likes

    0

    Replies

    3
  • 9/15/11
    I want to bundle the publisher and subscriber logics into one single Flex application. For this, I need to know what role the current user has (I don't plan changing user roles run-time).Is this possible?Thanks.

    Views

    841

    Likes

    0

    Replies

    2
  • 9/15/11
    Even after reading LC Designer help and Picture Clause Specification I am still not clear what would be a proper numeric pattern as per client's request below.The value should be displayed with all significant digits. i.e. 0.05, 1.5, 5.555.If they enter 1.95 the form shows the rounded value to the w...

    Views

    891

    Likes

    0

    Replies

    2