Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

thaong
thaong
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by thaong
Customize the badges you want to showcase on your profile
Show/ Hide subforms based on drop-down list - Adobe LiveCycle 03-04-2020
I have received to much help from everyone and I really appreciate it. Now I have something that has got me scratching my head for a week now and I don't understand. Back to my form, I have some textboxes with learner's info and a drop-down list of how old they are. If they are young learners (16-18 years), there are only a certain number of apprentices they can take on. So I have made it so that if "Future Talent" is chosen, a Future Talent course subform appear with 3 fields, a drop-down list ...

Views

2.0K

Likes

0

Replies

0
Betreff: Calculate end date based on drop-down list - Adobe LiveCycle 03-04-2020
Thanks so much for this. It tried and it worked and it's so much simpler. However, my initial idea was to add months and when I couldn't get it to work, I decided to use days instead. But actually 548 days isn't the same as 18 months. I learned the hard way and I managed to figure out how to add months. The script you sent works like magic though

Views

4.5K

Likes

0

Replies

0
Calculate end date based on drop-down list - Adobe LiveCycle 28-03-2020
I have a drop-down list with 8 different programs that the company is delivering and 2 date/ time fields called StartDate and EndDate. Depending on what is selected from the drop-down list, the EndDate is calculated accordingly. I have the scripts here but it doesn't seem to work. Can you help me point out where I got wrong please? Many thanks form1.#subform[0].StartDate::exit - (FormCalc, client) var date = Date2Num(StartDate.formattedValue,"DD/MM/YYYY")var value = Programs.boundItem(xfa.event....

Views

4.5K

Likes

0

Replies

2
Calculate end date based on drop-down list - Adobe LiveCycle 28-03-2020
I have a drop-down list with 8 programmes that the company is providing, two date/time fields called StartDate and EndDate. I have the following scripts but it doesn't work. Can you take a look and point out where I got wrong please? Many thanks form1.#subform[0].StartDate::exit - (FormCalc, client) var date = Date2Num(StartDate.formattedValue,"DD/MM/YYYY")var value = Programs.boundItem(xfa.event.newText)if (value == "1") thenEndDate.formattedValue = Num2Date(date + 548,"DD/MM/YYYY") elseif (val...

Views

1.9K

Likes

0

Replies

0
Re: Auto calculate end date - Adobe LiveCycle 28-03-2020
I actually found out the answer myself, 18 months = 548 days, 13 months = 396 days, 15 months = 457 days. I tried it many times and the numbers are correct so I simpled it down to the following code: var date = Date2Num(StartDate.formattedValue,"DD/MM/YYYY")EndDate.formattedValue = Num2Date(date+548,"DD/MM/YYYY") I am stumped again on the drop down list and will post the question in a separate post.

Views

5.0K

Likes

0

Replies

1
Re: Auto calculate end date - Adobe LiveCycle 26-03-2020
Yes. I want to create a Dynamic pdf. I didn't realize the syntax is different from the Adobe Pro one. I have been researching a couple of days now but lots of questions are about adding days in and what I am looking for is for the EndDate to show the date before 18 months from the start date, i.e Start Date = 26/03/2020 --> EndDate = 25/09/2021. Many thanks

Views

5.0K

Likes

0

Replies

0
Auto calculate end date - Adobe LiveCycle 25-03-2020
I have already a lot of different pdf forms used to register learners as they start their apprenticeship with my company. Different programs mean different length. This is more a personal habit to try to see if I can make it. I managed to make a commercial registration field with buttons to add and remove lines and fields hidden unless corresponding radio buttons are checked. Long story short, I have this ambition of having a first form where people feed in information like "Learner's name", "Co...

Views

13.8K

Likes

0

Replies

9
Likes given to