Expand my Community achievements bar.

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

  • 1/15/10
    Ok, this should be very simple but I am stuck.I want to get the Month, Day and Year for the current day. Here's my script:var tDate = Date(); app.alert("tDate is: " + tDate );// get today's monthvar M = tDate.getMonth() + 1; // 0 based app.alert("M is : "+ M );var D = tDate.getDate(); // get today'...

    Views

    882

    Likes

    0

    Replies

    2
  • 1/15/10
    Newbie needs help. I can't figure this out. My form has simple calculations on it. EXAMPLE: 1 +1=$2.00This works fine as long as the user doesn't enter over $10,000.00.When the user enter over 11,000.00 it changes the pattern to whole numbers without a dollar sign.This is how I have my pattern set (...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 1/15/10
    HiDue to our environment, there are some customizations that need to be done to the LC designer installation from Acrobat 9 Pro.  Is there a way to create or customize an MST for the installation?If not is there some other way?Thanks,

    Views

    1.1K

    Likes

    0

    Replies

    6
  • 1/15/10
    Hi,  I´ve got formcalc expression: form.page1.ident.Table.Row1.subform.RadioButtonList.aperson.validate.nullTest = "error" . But because the rest of the script is Javascript, I need thit expression summon in js.Could somebody hint me? I am off on Friday

    Views

    3.0K

    Likes

    0

    Replies

    10
  • 1/15/10
    I have a problem with a PC: it doesnt open the form, but ask to download the file.With others PC of my lan there isn't this behaviour. What can I do to resolve the problem?Thanks

    Views

    779

    Likes

    0

    Replies

    3
  • 1/15/10
    hi everybody!i have a form with a master page (containing the invoice fields) and 3 body pages that reference the master page.in each one of these 3 pages there is a table with one header row, 7 body rows and a footer row.the table was copied and pasted from page 1 to page 2 and page 3.between the b...

    Views

    2.8K

    Likes

    0

    Replies

    3
  • 1/14/10
    HI All,Whats the latest on the LC ES2 Sharepoint connector?Is it available?  If not, then when?  Any docs? Any other info?Regards,Gareth

    Views

    329

    Likes

    0

    Replies

    2
  • 1/14/10
    I have a form that gets submitted as an attached XML file. Everything works fine but Acrobat also adds the following language to the body of the email that is generated:"The attached file contains data that was entered into a form. It is not the form itself. The recipient of this data file should sa...

    Views

    1.9K

    Likes

    0

    Replies

    8
  • 1/14/10
    I'm using this quickstart to create a process that returns all the current running tasks. If you look at the code, if the current task status == 100 then it is a completed task. What is the constant for a running task?I've looked here     but it doesn't list a constant the equates to still running. ...

    Views

    896

    Likes

    0

    Replies

    1
  • 1/14/10
    I have a PDF form with a button that prints and saves the form to a hard-coded directory via a trusted function. When the user clicks this button and sees one of the messages ("Thank you" or "There was a problem") how would I add some code that would close both that popup message and the PDF form, t...

    Views

    2.6K

    Likes

    0

    Replies

    5