Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 15-01-2010
    I am a long time user of AcroForms, but decided to take a cursory look at the newfangled XFA forms.One complain that I have is that whereas the traditional forms could be made to look very closely to the underling image (my forms consist of interactive fields superimposed over existent paper forms o...

    Views

    691

    Likes

    0

    Replies

    3
  • 15-01-2010
    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's...

    Views

    697

    Likes

    0

    Replies

    2
  • 15-01-2010
    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

    839

    Likes

    0

    Replies

    3
  • 15-01-2010
    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

    764

    Likes

    0

    Replies

    6
  • 15-01-2010
    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

    2.5K

    Likes

    0

    Replies

    10
  • 15-01-2010
    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

    578

    Likes

    0

    Replies

    3
  • 15-01-2010
    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.2K

    Likes

    0

    Replies

    3
  • 14-01-2010
    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

    158

    Likes

    0

    Replies

    2
  • 14-01-2010
    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.5K

    Likes

    0

    Replies

    8
  • 14-01-2010
    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. Is t...

    Views

    726

    Likes

    0

    Replies

    1