Expand my Community achievements bar.

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

  • 1/12/06
    When trying to incorporate barcodes into a form using Designer, I always seem to reach a point where the calculate() script quits getting called and the barcode quits updating. It usually seems to happen once I put the barcode into a subform with data bound items.I've also seen behavior in the same ...

    Views

    798

    Likes

    0

    Replies

    6
  • 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.4K

    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

    323

    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

    363

    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

    767

    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

    447

    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

    546

    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

    350

    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

    252

    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

    491

    Likes

    0

    Replies

    2