Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 2/4/08
    What is the difference between using reader extensions to enable import/export and certified documents being required to use xfa importData("someinput.xml") or exportData("someinputmodified.xml,1)? Does the pdf need to have both the reader extensions and be certified for those functions to work as d...

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 2/4/08
    Hello,In my scenario, a document will be scanned and autoatically attached scanned document to my XFA form. I can execute the "Scan" menu item by execMenuItem, but is there a way to save the result image to my document's attachment? // pseude code is doc = execute scanning;attachToThisFile(doc)How c...

    Views

    321

    Likes

    0

    Replies

    0
  • 2/4/08
    Hi all,i was just wondering if anyone has experience digitally signing a doc with a touchpad? I had a doc which i am able to sign by using a certificate and the the documents locks afterwards. But when a touchpad is used the fields will NOT lock. does anyone have an explanation?

    Views

    517

    Likes

    0

    Replies

    0
  • 2/4/08
    Hello,I have two problems understanding how the presence attribute works.1.I want to be able to control the visibility of certain objects with a checkbox.First, I tried to control the presence of a simple button by adding the following script to the change event of the checkbox:if (this.rawValue == ...

    Views

    634

    Likes

    0

    Replies

    3
  • 2/4/08
    hi all, i just want to know the best practice to follow forrendering the data which is coming from back end.right now I'm using a web service to fetch data, and in flex,I'm using a Web Service object to catch the result of web method.and I'm treating the result in arraycollection and I display thear...

    Views

    476

    Likes

    0

    Replies

    1
  • 2/4/08
    Hi all,I have designed a form with Livecycle Designer 8. For compatibility, I have made it an Acrobat 7 (Dynamic) XML Form. The form itself is 18 pages long and when filled in with Reader 8, pagination is quick and the file size only jumps about 100KB. However, when I fill in the form with Reader 7,...

    Views

    540

    Likes

    0

    Replies

    2
  • 2/3/08
    I'm preparing a form for users that have drop down boxes 1-7 for each category I am wondering how I tally up all of the items per category and then do a grand total then have the result's pass to a confirmation page??? it will then be emailed think I've figured out most of it except the totalling of...

    Views

    682

    Likes

    0

    Replies

    0
  • 2/3/08
    Hey all,I'm preparing a form for users that have drop down boxes 1-7 for each category I am wondering how I tally up all of the items per category and then do a grand total then have the result's pass to a confirmation page??? it will then be emailed think I've figured out most of it except the tota...

    Views

    1.7K

    Likes

    0

    Replies

    0
  • 2/3/08
    I have this function on my form "add row" which allows user to create a new row to fill in additional fields; when user click submit, the fields of the form will become read-only. however after i add another new row into the form, when i click submit that row does not change into read-only. this is ...

    Views

    354

    Likes

    0

    Replies

    0
  • 2/3/08
    Can anyone tell me why this doesn't work with a form variable???This works:Button.border.fill.color.value = "255,0,0";This doesn't:Button.border.fill.color.value = "myColor.value,0,0";(myColor is a Form variable that is 255)Thanks in advance, I can't get it to work......Rod

    Views

    514

    Likes

    0

    Replies

    1