Expand my Community achievements bar.

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

  • 1/12/06
    I have a simple test html form at http://www.radiosport.ca/test/test.htmlIt use the POST method to send a name to a php script that prints the input data in the $_POST array and from the raw input data$data = $_POST['name'];print "\$_POST: $data";$data = file_get_contents("php://input");print "Raw I...

    Views

    2.5K

    Likes

    0

    Replies

    1
  • 1/12/06
    Hi,I have an image in my pdf, with a url to an image in a web site.When loading de form, I get a security warning asking me if I allow or block the connection to the site. Despite I have the option to mark the site as trusted, I would like to never get that warning? Is that possible? where does Acro...

    Views

    340

    Likes

    0

    Replies

    0
  • 1/11/06
    Hello all,We're trying to script objects to do something like "bring to front" and "send to back" to visually order it on top of each others. Is this possible? It seems that there is no direct way of doing it!BR,Yasser

    Views

    381

    Likes

    0

    Replies

    1
  • 1/11/06
    I work for ConnDOT, we are progressively moving towards PDF for our Engineering Drawings. Can you offer some help or direction how to get the digital signature form field operational in Reader? I know how to create a field in Acrobat Pro, but the digital signature field does not work with reader, ye...

    Views

    790

    Likes

    0

    Replies

    2
  • 1/11/06
    From AcroJS_DesignerJS.pdf.....Saves the file. With no arguments, it willbring up a dialog box. In LiveCycleDesigner, the file must be saved at theapplication level, so you must useAcrobat JavaScript:app.executeMenuItem("SaveAs");or:var myDoc = event.target;myDoc.saveAs();I have tried both in an rig...

    Views

    474

    Likes

    0

    Replies

    2
  • 1/11/06
    The required fields in a subform that may be invisible at times(it will only appear if a certain radio button is selected)are not allowing me to submit the form by e-mail. I get an error stating that at least one required field was empty, etc....any suggestions?

    Views

    576

    Likes

    0

    Replies

    4
  • 1/11/06
    Hi,Is there anyway (function, or something like that) that we can use inside a form to decode a base64 string?Thank you

    Views

    366

    Likes

    0

    Replies

    0
  • 1/11/06
    Scenerio: Three fields, a total, a percentage, and amount. I need to have it so that the user needs to enter the Total (I can do this part). Next I need to have it so that if they enter a percentage then the amount field is updated with the result of percentage * total. This part isn't so hard, I've...

    Views

    268

    Likes

    0

    Replies

    0
  • 1/11/06
    I would like to make a group of radio buttons required but not each individual button in that group. Is that possible?

    Views

    510

    Likes

    0

    Replies

    2
  • 1/11/06
    I created the form and a customer filled it out and returned it to me using the submit button via email. Is there a way to take the xml data and populate an excel spreadsheet appropriately?Adobe LiveCycle Designer 7.0/ Microsoft XP Pro/ 160 gig harddrive/ 512 RAMThank you for your help!-Darren

    Views

    416

    Likes

    0

    Replies

    1