Expand my Community achievements bar.

eugzl
eugzl
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi All.In my form I have Date3 and Text1. The Date3 has patterns display like MM/DD/YYYY and exit event codeText1 = Num2Date(Date2Num(this.formattedValue, "MM/DD/YYYY"), "YYYY")+1When I selected date in Date3 display 03/15/2018 and Text1 will display 2019. How to display in both field after selectio...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    1
  • Hi All.I'm developing form and when open Preview tab and click on any fields where I would like to enter data error message is popupHow to fix the problem?Thanks.

    Type

    Questions

    Views

    940

    Likes

    0

    Replies

    1
  • 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...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 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...

    Type

    Questions

    Views

    677

    Likes

    0

    Replies

    0
  • Does possible to calculate date in javascript?Thanks.

    Type

    Questions

    Views

    871

    Likes

    0

    Replies

    0
  • Hi All.In my LiveCycle form 3 textfields and 1 datefield. I would like to populate textfields by value from datefield with display format "MM/DD". Each textfield will display date increased by 7 days. For instance, user will select date in datefield like 03/05/2018. In that case textfield1 will disp...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    4
  • I solved the problem.var r = dropdown.editValuevar s = r.substring(r.length-6);switch(s) {    case '4 week':          txt1.presence = "invisible";          txt2.presence = "visible";          break;    case '3 week':          txt1.presence = "visible";          txt2.presence = "invisible";          ...

    Type

    Questions

    Views

    3.7K

    Likes

    0

    Replies

    0
  • Hi All.I have huge drop down list with some items finish on same content. For instance,AAA - 4 weeksBBB - 2 weeksCCC - 3 weeksDDD - 4 weeksEEE - 2 weeksFFF - 4 weeksGGG - 2 weeksand so on.is it possible specify wildcard in IF statement? What I mean.if (dropdown1.rawValue == %4 weeks) {     Textbox1....

    Type

    Questions

    Views

    911

    Likes

    0

    Replies

    2
  • That is right only for one value (AAA - week - 4). And what if user will select (DDD - week - 4). My purpose create code so that ALL selected values with same (week - number) are working identically.Thanks.

    Type

    Questions

    Views

    3.1K

    Likes

    0

    Replies

    0
  • I have drop down list that has list like:value          text1          AAA - week - 42          BBB - week - 23          CCC - week - 24          DDD - week - 45          EEE - week - 36          FFF - week - 2And I would like when user select, for instance, text "AAA - week - 4" or "DDD - week - 4"...

    Type

    Questions

    Views

    3.1K

    Likes

    0

    Replies

    0