Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/19/11
    I have a button to add a row in the table header of a LiveCycle dynamic form and would like to hide that button after someone clicks a 'Lock' button.  The individual table elements are fine as are items in the master page.  But, I don't see where I hide the Table elements that are repeated to subseq...

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 9/19/11
    I want to use the regular Date field, but unsure what's the best way to validate user's input.The Display Format I am using is "DD MMM YYYY",if the user uses the Calendar to pick the date, there's no issue.However, the user can also type things into that field without using the built-in calendar,wha...

    Views

    925

    Likes

    0

    Replies

    2
  • 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

    599

    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.3K

    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.2K

    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.7K

    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.1K

    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

    10.9K

    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

    759

    Likes

    0

    Replies

    3