Expand my Community achievements bar.

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • on 09-03-2018
    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

    1.7K

    Likes

    0

    Replies

    3
  • on 09-03-2018
    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.2K

    Likes

    0

    Replies

    1
  • on 09-03-2018
    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

    288

    Likes

    0

    Replies

    0
  • on 08-03-2018
    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.1K

    Likes

    0

    Replies

    1
  • on 08-03-2018
    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

    292

    Likes

    0

    Replies

    0
  • on 08-03-2018
    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

    335

    Likes

    0

    Replies

    0
  • on 08-03-2018
    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

    608

    Likes

    0

    Replies

    0
  • on 08-03-2018
    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.2K

    Like

    1

    Replies

    3
  • on 08-03-2018
    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

    327

    Likes

    0

    Replies

    0
  • on 08-03-2018
    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

    2.7K

    Like

    1

    Replies

    13
Top contributors In the last month (30 days)
1
Avatar
Boost 250
1 Accepted solution
page footer