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

    875

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

    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

    559

    Likes

    0

    Replies

    1
  • 9/19/11
    I need some help with drop down lists.  I have 2 and require list #2 to populate according to the selection made in list #1.DD List #1: Dept 1Dept 2Dept 3User chooses Dept 1, DD #2 will populate with:Sub Dept toysSub Dept gamesSub Dept puzzlesUser chooses Dept 2, DD #2 now populates with:Sub Dept to...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 9/19/11
    Hi there.  I got the following script for a textfield in a fillabe PDF.  Th length of the textfield is 150.  It is required that if the text is > 100, the text size will be set to point 8, otherwise it will be point 12.var tf = this.rawValue;if (tf.length>50) {tf.textSize=8;}The above script was add...

    Views

    666

    Likes

    0

    Replies

    1
  • 9/19/11
    How can I increment a number each day that a form is opened?Example: A form with numeric field, that displays "1" the first day that the form is openedThe second day that the form is opened, the numeric field displays "2"The third day the form is opened it displays "3" and so on.....I guess I need a...

    Views

    684

    Likes

    0

    Replies

    1
  • 9/19/11
    Hi,unfortunately I have to make sure my JavaScript runs on Acrobat Reader 8.  Therefore I cannot use Page.acces = “readOnly” to set all of the elements on a page as not fillable. It only works in Reader 9.XMy guess is that I HAVE TO get node length of page, use FOR-Loops…  and set every element-acce...

    Views

    697

    Likes

    0

    Replies

    2
  • 9/19/11
    HiI'm getting an strange error message when i try to connect a LC PDF form toMYSQL DB using MySQL Connector /ODBC 3.51 DriverHere is the complete detail how i was trying to build a connectionstring :-I Opened a form in Adobe LiveCycle Designer ES2 Ver.9.0.0Clicked on Data View Pallete --> New Data C...

    Views

    1.4K

    Likes

    0

    Replies

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

    Likes

    0

    Replies

    8
  • 9/18/11
    Hello,I would like to create a form that contains text boxes that allows both free text entry and an option to select text from a suggestion text box that applies to the specific field.The goal is that once the text field is selected, a box appears next to the test field with multiple options for ph...

    Views

    1.3K

    Likes

    0

    Replies

    10