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

  • 18-07-2013
    Hello group, I am totally new to Adobe Livecycle Designer. I want to add Acrobat (static) PDF form to Acrobat Dynamic XML form. Is it possible to do that?Please assist me to combine them.Else any guideline to add a scan copy to Acrobat Dynamic Form.

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 17-07-2013
    Hi Guys,I have some code which takes the current date and splits it into dd, mm and yy variables. var today = new Date();var dd = today.getDate();var mm = today.getMonth()+1;var yyyy = today.getFullYear();if(dd<10){dd='0'+dd}if(mm<10){mm='0'+mm} this.rawValue = "Text, " + dd+ "-" + mm + "-" + yyyy;I...

    Views

    430

    Likes

    0

    Replies

    2
  • 17-07-2013
    I’ve checked numerous posting on the forum and can't solve my problem with flowable forms using LiveCycle Designer 8.2. This is my first stab at creating expandable text fields and although there are numerous posting about not being able to get the text to flow onto a second page, none of the soluti...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 17-07-2013
    When filling fillable pdf forms I would like to assign the name of the file (automate a Save As) to field values.

    Views

    470

    Likes

    0

    Replies

    1
  • 17-07-2013
    Any way to add custom file name to app.execMenuItem("SaveAs");? When it saves, it does exactly what I'm needing - open windows explorer so users can drill down to the proper destination, which will be varied. However, am having trouble finding how to name the file based on 3 pieces of form data. Exa...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 17-07-2013
    How I can program a form if a field it's emptydoes not allow to user ta save the form?Thank you

    Views

    2.0K

    Likes

    0

    Replies

    1
  • 17-07-2013
    Hello,I'm just wondering what the difference is between Livecycle designer 8 and Livecycle ES4thanks

    Views

    693

    Likes

    0

    Replies

    2
  • 17-07-2013
    Hi everyone, One of our clients want the whole page filled with watermark with multiple rows of text, I cannot find related properties on the watermark configuration page, is it possible?Thank you in advance.

    Views

    2.9K

    Likes

    0

    Replies

    2
  • 17-07-2013
    I was given a .pdf that was created in LiveCycle Designer and when I attempted to add additional pages to the .pdf I am unable to. I tried both the drag and drop and the insert page option. The insert page option is actually greyed out. There are no security settings enabled and the .pdf is not a re...

    Views

    845

    Likes

    0

    Replies

    3
  • 17-07-2013
    My table name is detailsthe repeating row name is detailthe column name is AmountI have a separate numeric field (does not included in the table) with the name TotalAmount How I will calculate the Amount of the repeting rows for the TotalAmount field?Thank you

    Views

    8.4K

    Likes

    0

    Replies

    12