Expand my Community achievements bar.

Debadas
Debadas
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hello All,I want do Certification in LiveCycle ES, so I want to know what are the topics related to the Exam and from where I can get the Study materials for it.Thanks,Deb.

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    3
  • Hello,You can write the script in the PreOpen event of the drop down list boxB as follows:if(boxA.rawValue == "month"){boxB.clearItems();boxB.addItem("JAN");boxB.addItem("FEB");boxB.addItem("MAR");}if(boxA.rawValue == "year"){boxB.clearItems();boxB.addItem("2012");boxB.addItem("2011");boxB.addItem("...

    Type

    Questions

    Views

    747

    Likes

    0

    Replies

    0
  • Hello Chomp,You can not divide by zero, so you need to add code to only allow the division when you have a non-zero divisor.So for  this script Sum(60/file_p_h), you have check wheather file_p_h is non-zero.if(file_p_h ne 0) then Sum(60/file_p_h) endifThanks,Debadas.

    Type

    Questions

    Views

    732

    Likes

    0

    Replies

    0
  • Hello Chomp,In your script you should give a space between then and Sum as follows:“if(cost_p_h ne 0) then Sum(60/file_p_h) endif”Hope,this will help you.Thanks,Debadas.

    Type

    Questions

    Views

    740

    Likes

    0

    Replies

    0
  • Hi,Yes, this is possible by writing the following script in the "exit" event of the "Date1" field in "FormCalc" as belowDate2.rawValue = Num2date(Date2Num(Date1.formattedValue, "MMM DD, YYYY") +1, "MMM DD, YYYY")Date3.rawValue = Num2date(Date2Num(Date1.formattedValue, "MMM DD, YYYY") +2, "MMM DD, YY...

    Type

    Questions

    Views

    646

    Likes

    0

    Replies

    0
  • Hi,You can write the java script in the "exit" event of the DDL as followsif (this.rawValue == "YES")               {                              this.font.fill.color.value = "0,128,0";          }if (this.rawValue == "NO")               {                              this.font.fill.color.value = "2...

    Type

    Questions

    Views

    909

    Likes

    0

    Replies

    0
  • Hi,Have you written the script in "FormCalc" language option.Thanks,Dev

    Type

    Questions

    Views

    426

    Likes

    0

    Replies

    0
  • Hello,The following error is showing during intallation.Thanks,Debadas.[2011-11-10 21:49:02,776], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.logging.LCMLogManager, Loaded log configuration file: /com/adobe/livecycle/lcm/logging/log.properties reloadIfConfigured=false[2011-11-10 21:49:03,151], I...

    Type

    Questions

    Views

    544

    Likes

    0

    Replies

    0
  • Hi all,How to install Livecycle ES in Partial turnkey method, since I have existing MySQL database. So can anybody guide me?Thanks,Debadas.

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    1
  • Hi all,Does livecycle ES support MySQL 5.2.x and how to configure the pre-existing database in Livecycle server. Thanks,Debadas.

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    1