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

  • 07-02-2011
    Hoping someone who is java-savvy can help. I am trying to create a button with a java script that will save the file based on 2 fieldsvar fileName1 = this.getField("SITE_ID");var fileName2 = this.getField("Investigator_NAME");varoutputName = fileName1.value + " "+fileName2.value+".pdf");I am getting...

    Views

    394

    Likes

    0

    Replies

    2
  • 07-02-2011
    Hello all,I have been looking at the various threads discussing resetting only selected fields in a form and leaving others unchanged.The form I am working on has a table of 20 body rows with 8 columns. I want to have a reset button that resets 6 of the cells in each row.I am using the following sni...

    Views

    759

    Likes

    0

    Replies

    2
  • 07-02-2011
    I am trying to get a simple Enum property editor to work for my custom component but I keep getting an error: "Failed to load/render Property Editor"The component XML is: libs/log4j.jar Log4j.jar is in the component package and in the component class pathI have tried the com.adobe.idp.dsc.prope...

    Views

    989

    Likes

    0

    Replies

    1
  • 07-02-2011
    Does anyone know if there is a way to create a calendar in Livecyle similar to the google calendar?Thanks in advance for your help.

    Views

    500

    Likes

    0

    Replies

    0
  • 07-02-2011
    Typically I would use a textfield with the script "this.rawValue = SubformA.index + 1;" to track/count the number of instances of SubformA. So,if I have an Add button and a new verison of the subform is created, the textfield would read 2,3,4 etc.Simple, but I need to place the script (this.rawValue...

    Views

    714

    Likes

    0

    Replies

    4
  • 07-02-2011
    I have this javascript on my form submit button, (which submits as a pdf.) form1.MainPage.Submit::preSubmit:form - (JavaScript, client)if (form1.execValidate() == true){ form1.MainPage.Submit.presence="invisible"; form1.access="protected";}The problem is I do not want the form fields to be protected...

    Views

    3.6K

    Likes

    0

    Replies

    4
  • 07-02-2011
    I have two different Master Pages (Page1MP and Page 2MP) which are assigned to two different Subform Pages within the form (Page1 and Page2). I would like to embed two separate page counts for each Subform Page by placing the counters on the respective Master Pages (if that's the right way to do it)...

    Views

    3.6K

    Likes

    0

    Replies

    2
  • 07-02-2011
    Hi,I have two text field input boxes in my livecycle form, and I want to make it so that if an employee enters their name in one text field box, the 2nd text field box will automatically populate itself with the same name.I know how to do this in Acrobat (just copy/paste the existing text field box ...

    Views

    3.8K

    Likes

    0

    Replies

    2
  • 07-02-2011
    Good Morning!Apparently I really struggle with the add a row button in forms that I create. I seem to be following the directions from previous inquiries about adding a row button and still I don't have success making it work. Do you see what I'm messing up on? Here's the file. https://acrobat.com/#...

    Views

    352

    Likes

    0

    Replies

    1
  • 07-02-2011
    Hello,I made a connection to excel file in my form.The connection is good and I'm able to bind data to my objects with out any problem.Now, someone can tell me how can I loop through the records I received from the excel file in my code? any example?I need it for some reason.Thank you in advanced,Ya...

    Views

    2.4K

    Likes

    0

    Replies

    4