Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/21/18
    Hi,I have 1 text field and 3 check box in my form. Depending on text typed in text field different checkbox will be ticked. I am using below code on exit event of text field. When I use this code all 3 checkbox could be ticked at a time. I am trying that only one check box will be ticked at time (so...

    Views

    2.8K

    Like

    1

    Replies

    5
  • 8/20/18
    Hi all,At first I should say this topic is  a replica of this tread (which I did not receive any response at the time of writing this post).I am designing my very first dynamic PDF form using Adobe LiveCycle Designer ES4 v11 and in my form I have two SUM field which is nothing more than a simple tot...

    Views

    4.1K

    Likes

    0

    Replies

    5
  • 8/20/18
    My question is related to dynamic forms and the ability to utilize the fill & sign capability with a drawn/scribble signature.It is required in our organization to retrieve a scribble signature on a form vs. an electronic digital signature.  I know with Dynamic forms the only way I can get this to w...

    Views

    1.9K

    Likes

    0

    Replies

    1
  • 8/20/18
    Please check this article:https://www.sitepoint.com/call-javascript-function-string-without-using-eval/I am looking for a way to convert string to a function call without using eval. The reason for this is that I am using Json to store Appraisal Valuation Rules, and sometimes the rule is so complex ...

    Views

    4.9K

    Likes

    0

    Replies

    2
  • 8/18/18
    HiI am trying to create a dynamic form for my firm in Livecycle designer ES4 where user will add attachment in PDF and send it to other user. I am using below code (thanks to Paul for sharing in https://forums.adobe.com/thread/665139). Code used in my form://For add button:var myDoc = event.target;v...

    Views

    3.8K

    Likes

    0

    Replies

    12
  • 8/17/18
    Hi All,We are using Livecycle ES4 SP1 on AIX with WAS 8.5 as application server.We are looking to automate the import/export using JAVA API.  https://help.adobe.com/en_US/livecycle/11.0/SolutionAPI/com/adobe/icc/services/api/AssetExportService.htmlI know Java and looking for com.adobe.icc.services.a...

    Views

    1.5K

    Likes

    0

    Replies

    1
  • 8/16/18
    Hey guys ,Actually I have a text field which is binded with a long text , need to color a specific character from the string. Got an idea of using replace function  replacing the text with a colored text using javascript , used the following script : (the rawValue contains text "this is only for tes...

    Views

    2.8K

    Like

    1

    Replies

    1
  • 8/15/18
    Hello, I have used Alternative option to enable and disable Subforms during runtime depending upon input variable. This is working fine in first page. But from second page onwards the Option False is not getting triggered. The problem is happening only in Master page. In case of Body pages , this ...

    Views

    494

    Likes

    0

    Replies

    1
  • 8/15/18
    HiI have tried to auto reduce font size when text does not accommodate within the given text field space. I have made a static pdf in livecycle designer es4. I search through the forum and come up with below code. But this code is not reducing the font size.if (xfa.event.newText.length == 19) {    t...

    Views

    2.7K

    Likes

    0

    Replies

    2
  • 8/14/18
    Hey guys ,I have 5 text fields vertically one over the other in the layout name,address, street , street2 , post code . I have binded the text fields with an internal table(SAP) that populates the data on to the text field. Among the five two fields street 2 and post code works fine without any spac...

    Views

    6.1K

    Likes

    0

    Replies

    7