Expand my Community achievements bar.

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

  • 4/9/18
    Hi All.I create global variable Names with values: John, Bill.Now I would like to compare global variable to entered value in TextField. For instance:if (TextField1.rawValue == Global.John) {TextField2.presence = "hidden";}How to do that?Thanks.

    Views

    2.4K

    Likes

    0

    Replies

    4
  • 4/9/18
    Sometimes Adobe LiveCycle Designer crashes or it will give the error below:There is a problem with Adobe Acrobat/Reader.If it is running, please exit and try again. (10:10)I have recorded a screen session to show when is it most likely the error will trigger.Following are the most probably steps tha...

    Views

    2.2K

    Likes

    0

    Replies

    3
  • 4/9/18
    Sometimes Adobe LiveCycle Designer crashes or it will give the error below:There is a problem with Adobe Acrobat/Reader. If it is running, please exit and try again. (10:10) I have recorded a screen session to show when is it most likely the error will trigger.Following are the most probably steps t...

    Views

    906

    Likes

    0

    Replies

    0
  • 4/8/18
    I just want to take a number of pdf documents that have been digitally signed by others, who sent them to me, and  combine them in an omnibus document that will bear my digital signature.Let me explain the purpose by analogy. It's like a firm's report that certifies the separate property inventory r...

    Views

    518

    Likes

    0

    Replies

    0
  • 4/7/18
    I have designed a 5 question survey that has multiple subparts to each question. The use checks a Yes or No Check box for each subpart and i have built if/then statements that yield, for each question, a text outcome (Outcome 1 or Outcome 2).I want to create an overall scoring for the survey. I was ...

    Views

    1.7K

    Likes

    0

    Replies

    5
  • 4/7/18
    I would like to ask, how to add picture to forms from running java program. For example I will have the url adress where the picture is and when I generate the documment and filling another textfields I want fill also the picture. Thanks

    Views

    396

    Likes

    0

    Replies

    0
  • 4/6/18
    Hi All.I developed form and would like when user complete and click Submit button then Save As dialog screen will popup with ready to save form in C:\My Documents folder and File Name will display FormName+Current Date.pdf (Example: MyForm_20180406.pdf)If it is possible. How to do that?Thanks.

    Views

    703

    Likes

    0

    Replies

    0
  • 4/6/18
    Hello everyone. I've been trying to find a nice way to format a field while the user is typing.For example:Raw input: 123456Expected Format: 123.456So, when the user types 1234 it should instantly change to 1.234I've juggled a bunch of hacky workarounds such as unfocusing and re-focusing the field b...

    Views

    462

    Likes

    0

    Replies

    1
  • 4/6/18
    I can not submit my form because I can not disable a invisible Mandatory DDL.I have try: form1.PageA.Sub_B.Table2.Row1.DDL.mandatory = "disabled"; but does not work!I control this DDL from another DDL with a script on change:switch (xfa.event.newText){case "Kimel":form1.PageA.Sub_B.Table2.Row1.DDL.m...

    Views

    1.6K

    Likes

    0

    Replies

    0
  • 4/6/18
    I can not submit my form because I can not disable a invisible Mandatory DDL.I have try: form1.PageA.Sub_B.Table2.Row1.DDL.mandatory = "disabled"; but does not work!I control this DDL from another DDL with a script on change:switch (xfa.event.newText) { case "Kimel": form1.PageA.Sub_B.Table2.Row1.DD...

    Views

    2.4K

    Likes

    0

    Replies

    1