Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 07-08-2011
    I have googled and searched the forms for days for an answer, but have been unsucessful.Since the only thread I found is a year old, I wanted to start a new one instead of bumping the old oneRef : http://forums.adobe.com/message/3000436I am looking for a script to sort the data in a form based on us...

    Views

    4.9K

    Likes

    0

    Replies

    6
  • 07-08-2011
    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

    253

    Likes

    0

    Replies

    0
  • 07-08-2011
    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

    537

    Likes

    0

    Replies

    4
  • 07-08-2011
    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

    230

    Likes

    0

    Replies

    0
  • 07-08-2011
    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

    248

    Likes

    0

    Replies

    0
  • 07-08-2011
    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

    927

    Likes

    0

    Replies

    1
  • 07-08-2011
    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

    702

    Likes

    0

    Replies

    4
  • 07-08-2011
    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

    589

    Likes

    0

    Replies

    3
  • 07-08-2011
    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

    406

    Likes

    0

    Replies

    2
  • 07-08-2011
    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

    563

    Likes

    0

    Replies

    0