Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/9/18
    Hi All,I have a form that I'm building where the table expands by columns and not rows. I have the instances set up and the columns are added or removed by the user with no problems. What I want to do is have a column that subtitles each row. I know how to do subtotals when I'm working with tables t...

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 3/9/18
    Hi All.I would like to create loop to skip each fourth number and multiply result by 7. What I mean. If a regular sequence is:0, 1, 2, 3 ,4 ,5, 6, 7, 8, 9, 10, 11, 12 and so on.I would like to get sequence:0, 1, 2 ,4, 5, 6, 8, 9, 10, 12, 13, 14 and so on. In that sequence the numbers 3, 7, 11 are sk...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 3/9/18
    Hello.I use the script below to capitalize first letter on each word of text field.this.rawValue = this.rawValue.toLowerCase().replace(/\b[a-z]/g, function replacer(match) { return  match.toUpperCase(); }); So, I would like to know how add exception words for example: "dos" and "das".I've been looki...

    Views

    357

    Likes

    0

    Replies

    0
  • 3/8/18
    Hey I am trying to create a expandable PDF, which can change size according how much data is entered. I am able to create boxes which expands as you enter more text but they are keep on overlapping the text underneath. Text boxes which are at the end of the document, I want them to move to the next ...

    Views

    2.6K

    Likes

    0

    Replies

    1
  • 3/8/18
    Hi All,I am trying to highlight an exclusion group when it doesn't have any button checked. This is the script for the validation. Is it possible to check against the value of the exclusion group?Thanks.var reqFillColor = "255.255.0";var nonReqFillColor = "255.255.255";function requiredValidation(){...

    Views

    366

    Likes

    0

    Replies

    0
  • 3/8/18
    I am trying to add a Scribble Signature to a LiveCycle PDF form following the instructions at LiveCycle Help | Using Scribble Signature . Once i reader extend the form an turn Digital Signature feature on it still does not work.Any Ideas?Thanks

    Views

    406

    Likes

    0

    Replies

    0
  • 3/8/18
    Hi All.I try to design form in LiveCycle application with one DateField and multiple TextFields where I would like to display only Monday date of the year based on selected date in DateField. The selection date is first Monday of July. But each fourth Monday date not included. Also I have 2 TextFiel...

    Views

    673

    Likes

    0

    Replies

    0
  • 3/8/18
    Hi,I want to create identical labels in Live Cycle Designer. So I created subforms containing the same data. When I change some data I have to do it several times. Is there a way that I only have to adjust one label and the other labels change automatically (i.e. by refering to label 1)? I print on ...

    Views

    1.4K

    Like

    1

    Replies

    3
  • 3/8/18
    Hello all,I am working on a time sheet for my company. It has cost codes associated with the hours logged for each day. Now that I have issued it to the job foreman, the request I am running into is that each job has a different arrangement of cost codes based on the scope of work and instead of lis...

    Views

    388

    Likes

    0

    Replies

    0
  • 3/8/18
    Hello,I have a little issue and don't know how to solve it. I tried following code with FormCalc to calculate the daily allowance, but didn't work properly.I need to count the real amount of days, which means if the client needs two rows for one day it must only calculate it as one day.The second th...

    Views

    3.1K

    Like

    1

    Replies

    13