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

  • 04-06-2010
    Hi everyone,I have a form with a table, the table has a header, 2 rows and 15 columns. 4 of the columns have dropdown boxes with data.I also have a button(Add a row), I want when the user clicks on the button to add one row at a time.The newly created row should be the same as the rows above it, mea...

    Views

    1.7K

    Likes

    0

    Replies

    8
  • 03-06-2010
    I have few queries regarding the installation please help.I am trying to install livecycle ES2 in Windows 7 system,Weblogic 11g,Sql server 2005 Dev Sp31. In the installation guide under the section setting up sql server for Livecycle ES2 the below point mentioned .Select the Memory page and enter a ...

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 03-06-2010
    Hi,after a few false starts i think i have a remote database setup (postgresql) and a suitable connection via PGNP's oledb providerit establishes ok as a new data-connection and tests ok BUT when i preview the form it saysconnection for source dataConnection failed becuase the environment is not tru...

    Views

    2.3K

    Likes

    0

    Replies

    11
  • 03-06-2010
    In LiveCycle 7 were were able to use the SoapClient's renderForm() method and pass in a PDF/PDFForm preference to determine whether to flatten a PDF form.It seems there is no longer one method in LiveCycle ES that can do both of these. So far I have only found to first use the FormServiceClient's re...

    Views

    341

    Likes

    0

    Replies

    1
  • 03-06-2010
    I'm having issues buy there maybe a simple script out there.I have a table which can have up to four rows. If the table contains only one row, a radio button can be clicked to change the format/entry of cells within that row. I want to hide this radio button from a user if they have added more than ...

    Views

    893

    Likes

    0

    Replies

    3
  • 03-06-2010
    I've found multiple topics on how to change a form's submit button to submit a PDF, instead of an XML file.What I'd really like to do is submit both a PDF and XML file. Is this possible in any way?I've tried to modify the xml code so that there are two submit actions, like this: But it only uses ...

    Views

    2.1K

    Likes

    0

    Replies

    5
  • 03-06-2010
    On a click event for a email button I have apply the script:var myDoc = event.target; var address = ""; varsub = "Request"; var msgBody = "Please see attachment.\n\nThank You!"; varSender = "Department_A";myDoc.mailDoc({ bUI: false, cTo: address, cSubject: sub, cMsg: msgBody + "\n\nRegards\n" + Send...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 03-06-2010
    Hi Guys,We are installing Adobe Livecycle ES2 in a Window Server 2008 and encountering error.When we checked the log file, it is complaining on the Custom Action when installing MySQL.Custom Action: com.adobe.livecycle.install.action.mysql.MySQLInstaller Status: ERROR Additional Notes: ERROR - class...

    Views

    597

    Likes

    0

    Replies

    1
  • 03-06-2010
    I am currently struggling to roll out a form that allows users to email their data back to a recipient. I have over come the common issues about the type of email button and enabling extended features. The problem I have falls down to Windows User Rights, if I am an administrator on the computer I c...

    Views

    487

    Likes

    0

    Replies

    1
  • 03-06-2010
    Hello Everyone,I am trying to figure out how to do the following:dropdown1 value (value meaning the textual value and not numerical value) and if selected then var1 = numericfield1.I thought i could use:(Using javascript)if(dropdown1.rawValue == "text"){ var1 = numericfield1.rawValue;}Any help is ap...

    Views

    1.5K

    Likes

    0

    Replies

    4