Expand my Community achievements bar.

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

  • 8/17/11
    What's the rule of thumb when it comes to naming fields?I have been been naming like the following:  ' TFLastName '    TF for Text Field and then what the field is.Is it really necessary for me to begin the field in that manner?

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 8/17/11
    Hello there,I have a numeric field, and I would like to enter a specific numbers in this field; numbers between 10 to 40.How can this be achieved?Kindly note that I'm new to Livecycle Designer.Thank you in advance,

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 8/16/11
    Hello,I notice for users we can set custom fields via UserManager, but not for rooms with RoomManager. ( I checked RoomManager as well as RoomSettings ).I would like to add a custom field so I can set whether the game has started in the room or not, and if it has, I wont send any users there.Can we ...

    Views

    753

    Likes

    0

    Replies

    2
  • 8/16/11
    Right after compilation it showswarning: unable to bind to property 'userManager' on class 'com.adobe.rtc.session::ConnectSessionContainer'

    Views

    951

    Likes

    0

    Replies

    2
  • 8/16/11
    Hi,I am trying to get 3 different dropdown menus to determine the multiple recipients of a submitted form. I can't seem to get them all to work at once, ...only one or another. This is the click event script I am using on the Submit button. Could someone help me identify what is wrong with my syntax...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 8/16/11
    I have a Numeric Field set up to hold 9 numbers for a zip code using  Display Pattern 999999999.When I only put in 5 numbers I get leading zeroes.I only want to display the numbers I put in.Sometimes I will have zip code of 9 numbers and other times only 5.What am i missing?Thank you.

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 8/16/11
    LiveCycle Designer ES2, Latest versionHi,The following Javascript, in the click event of a button, returns a null value for the variable oPage. When I manually enter the expected value the script works perfectly.I have tried various changes to the resolveNode line such as, var oPage =  xfa.resolveNo...

    Views

    4.9K

    Likes

    0

    Replies

    9
  • 8/16/11
    I'm following the instructions for Recording a session. Setting up the WebDave repository.However there appears to be no API in the account manager corresponding to// typically, you only need to instantiate one accountManager per web application - caching one makes sense.AccountManager aM = new Acco...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 8/16/11
    I am creating a large PDF form that people will fill out, save, and return to us. I am wondering if there is a simple method to extract the data from the PDF and store the values in a database (excel or access).I can program in java if needed, but I'd prefer a simpler solution if one exists.

    Views

    6.5K

    Likes

    0

    Replies

    7
  • 8/16/11
    I am stuck with the code and was wondering if someone has any suggestion.I have a following code that is working and accomplishes what I want;Hides presence of the subformdevP4, every time I add new instance if (SubForm1.tblEst.estRow1.txtEst.rawValue.length > 4){for (var i = 0; i < 4; i++){var oFis...

    Views

    1.7K

    Likes

    0

    Replies

    8