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

  • 8/7/11
    HelloI am trying to get the TextField1's CAPTION/LABEL/DESCRIPTION (what text user sees on the form, say 'Account #') with the below code but its not working, pls. let me know the syntax to get itvar a; var b if (xfa.resolveNode("("VISITOR.PAGE1.Subform1.TextField1").rawValue == null) { a = xfa.reso...

    Views

    357

    Likes

    0

    Replies

    0
  • 8/7/11
    HelloI am trying to get the TextField1's CAPTION/LABEL/DESCRIPTION (what text user sees on the form, say 'Account #') with the below code but its not working, pls. let me know the syntax to get itvar a; var b if (xfa.resolveNode("("VISITOR.PAGE1.Subform1.TextField1").rawValue == null) { a = xfa.reso...

    Views

    903

    Likes

    0

    Replies

    4
  • 8/7/11
    This is a simple question I think. I can create a LiveCycle form that collects information. I want to insert that information into a variety of contracts and have the information flow correctly depending on the amount of text, etc. For example the purchaser's name may be "Jill Smith" or it may be "A...

    Views

    378

    Likes

    0

    Replies

    0
  • 8/7/11
    HelloI am trying to disable my_button (regular) by usinf this.disabled = true by seeing in google, but, its not working!Pls. let me know how to either disabel a button or invisible/hide a button, syntax pls. with syntax errors pls.Thank you

    Views

    376

    Likes

    0

    Replies

    0
  • 8/7/11
    HelloI am trying to disable my_button (regular) by usinf this.disabled = true by seeing in google, but, its not working!Pls. let me know how to either disabel a button or invisible/hide a button, syntax pls. with syntax errors pls.Thank you

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 8/7/11
    xfa.host.setFocus(Expand); is placed under text field. when cursore goes into the "expand" field, a beep is created.How can I stop it?

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 8/7/11
    I put a drop-down object in my_form, the details are,drop-down name = my_drop_downdata binded with my_datacaption = my_captionFor some, reason, some one has given me this objects (my_drop_down)... i want to figure it out that Whether its a drop-down type of object or a check box or a text field? How...

    Views

    850

    Likes

    0

    Replies

    3
  • 8/7/11
    I put a drop-down object in my_form, the details are,drop-down name = my_drop_downdata binded with my_datacaption = my_captionFor some, reason, some one has given me this objects (my_drop_down)... i want to figure it out that Whether its a drop-down type of object or a check box or a text field? How...

    Views

    603

    Likes

    0

    Replies

    2
  • 8/7/11
    Hi All,I used this forum where I was given an answer to my question (Thanks Paul). My question now is:I have a drop list with script behind it that makes a text field visible:if (xfa.event.newText=="Vacancy")form1.SBF00.position1.presence= "visible";else form1.SBF00.position1.presence= "hidden";The ...

    Views

    687

    Likes

    0

    Replies

    0
  • 8/7/11
    i want to  choose a folder and assign it to a textfield  if user clicks browse button in javascript

    Views

    814

    Likes

    0

    Replies

    3