Expand my Community achievements bar.

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

  • 12/11/06
    I created adobe form using adobe designer, is there any api so that we can implement mail merge to that form

    Views

    588

    Likes

    0

    Replies

    0
  • 12/11/06
    Dynamic PDF wit one text field (Textfeld1) and one Print button.The Print button executes following printscript:for (var i=1; i<=3; i++) { Textfeld1.rawValue = ("number " + i); xfa.layout.relayout(); xfa.form.recalculate; xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0); };Th...

    Views

    300

    Likes

    0

    Replies

    0
  • 12/11/06
    hi there,could u tell me how to implement a web service in Adobe.i want to return a value from the Web Service back to the Adobe Dynamic PDF via an ASP.Net Page.Thank you for your time & awaiting a reply!!

    Views

    277

    Likes

    0

    Replies

    0
  • 12/10/06
    Hi there,i am writing a recursive function to iterate through the subforms of the form.but i am facing certain problems such as what should be the exit condition & how do i determine it??could you please help me with it.thanks for your time & awaiting a reply!!

    Views

    526

    Likes

    0

    Replies

    2
  • 12/10/06
    Hi all,I have a dynamic form I created with Livecycle Designer v7 which includes a Submit by Email button. When the form is used with the Reader v7, clicking this button displays a dialog box which asks the user to select their email method (desktop app or webmail). But when this button is clicked i...

    Views

    2.3K

    Likes

    0

    Replies

    9
  • 12/10/06
    Is there a way I can assign two email addresses for a completed form to be Emailed to?When I insert two email addresses seperated by a " ; " I get an error symbol on the form.ThanksDunc

    Views

    277

    Likes

    0

    Replies

    0
  • 12/10/06
    Hello,When I double click in a text field there is data (my name) there that the form remembers from a previous use. I am ready to publish and distribute my form but I don't want the old data to be there. How do I delete it?Thank you.

    Views

    639

    Likes

    0

    Replies

    3
  • 12/10/06
    This is a weird one. I have JavaScript code which alters the presence of several text boxes associated with the preprint event for my form. The code works perfectly under all circumstances except for one: if a user clicks the submit button, then chooses the "internet email" option, and then clicks t...

    Views

    396

    Likes

    0

    Replies

    1
  • 12/10/06
    Hello,I am working through the ARES developer guide samples and am getting the following error:"Type mismatch: cannot convert from java.lang.Object to org.omg.CORBA.Object"on this line:Object dmObject = namingContext.lookup("DataManagerService");I'm not even sure where to begin to try and figure out...

    Views

    462

    Likes

    0

    Replies

    0
  • 12/9/06
    Hello, I added a dropdown list to a field in the Quantity row but now the total does not calculate in the Amount column. Can someone tell me how to do this? Thank you.

    Views

    339

    Likes

    0

    Replies

    0