Expand my Community achievements bar.

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

  • 2/22/13
    I have the code:xfa.host.messageBox("Are you ready to submit this document via email?","",4,2);if (nResponse == 4) {//script;}else {//script;}Javascript Console gives an error when "Yes" or "No" is selected.ReferenceError: nResponse is not defined3:XFA:form1[0]:Page1[0]:Buttons[0]:SubmitButton[0]:cl...

    Views

    652

    Likes

    0

    Replies

    1
  • 2/22/13
    If a large file is being copied into a diretory. FileUtilService.Exists will return TRUE. That only indicates a 'directory entry' exists, not that the file is there and available.Is there a way to get that information? If you get Windows' file proeprties it will tell you that the file is 'locked', b...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 2/22/13
    I've created a pdf form using Adobe Live Cycle ES 8.2 and it has been working fine.  Now I need to change the email address it gets sent to when the user clicks on the "Submit Form" button.How can I change this email address?Thank you in advance

    Views

    2.4K

    Likes

    0

    Replies

    10
  • 2/22/13
    How do you send a form back to its original state (the state in which it opens)? My form has subforms which are made visible or hidden based on user selection. The canned reset button just resets the input data but does not hide/show fields that are visible/invisible due to user interaction. I don't...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 2/22/13
    The code below stores and shows data that is displayed in a display field based on what the user selects, and it works great, but I'm unsure how to integrate additional content into this framework. form1.#subform[0].indPaymentOptions::change - (JavaScript, client)    // Switch - test for 'selected'...

    Views

    5.4K

    Likes

    0

    Replies

    14
  • 2/22/13
    Hi,I have a form which puts several text fields in to one text box. I have a link at the bottom as an example. It was based on an example I found on: http://www.assuredynamics.com/index.php/portfolio/concatenating-and-fl oating-fields/Basically Im nearly there, but just need to make the first part o...

    Views

    814

    Likes

    0

    Replies

    0
  • 2/22/13
    Hi I need help addings dates using for loop in formcalc. I can do manually like thisDateTimeField2.rawValue = Num2Date(Date2num(DateTimeField1.rawValue,"YYYY-MM-DD")+1,"YYYY-MM-DD");DateTimeField3.rawValue = Num2Date(Date2num(DateTimeField1.rawValue,"YYYY-MM-DD")+2,"YYYY-MM-DD");DateTimeField4.rawVa...

    Views

    961

    Likes

    0

    Replies

    1
  • 2/22/13
    I created a form to be distributed, filled in and emailed back to me for my company.It has been working fine, but now I need to change the email address where it will be sent when the user clicks the "Submit Form" button. How?  All I need to do is change this email address, everything else is set.Pl...

    Views

    3.8K

    Likes

    0

    Replies

    4
  • 2/22/13
    I have a table where the first two fields are required (not by the User Entered-Required value, but because of javascript on the signature field that checks certain fields before the form can be signed). They are also formatted to be red if there is no value in the field and white if there is a valu...

    Views

    482

    Likes

    0

    Replies

    0
  • 2/22/13
    I have three variables: subA, subB, and subC. Originally I had the math such that (subC=subA/subB) and then I implemented a pattern so subC showed up as a percentage. That resulted in the possibility of subC being > 100%, which the client did not like. They asked if subC > 100%, that N/A appear. So ...

    Views

    976

    Likes

    0

    Replies

    3