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

dv27
dv27
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
10

Discussions

Discussions
9

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dv27
Customize the badges you want to showcase on your profile
How to show subform based on first two characters of a combed numeric field? - Adobe LiveCycle 27-03-2012
Hello all, I'm trying to figure out how to show a subform only if the first two characters that are entered into a numeric field are 1 and 4, or 2 and 6. The numeric field allows for a max of 8 characters and the pattern is num{99999999}. I don't know what the code is to validate and execute a code based on the first two characters in a combed-object. Also, I assume i have to set the code to the calculate or exit event and use JavaScript as my language. Thanks all for your help! Diana

Views

545

Likes

0

Replies

1
Re: How can one object perform different calculations in a repeatable subform? - Adobe LiveCycle 18-01-2012
Perfect!!!! thank you so much for your help!

Views

2.0K

Likes

0

Replies

0
Re: How can one object perform different calculations in a repeatable subform? - Adobe LiveCycle 18-01-2012
it's perfect!!! almost.. the last row displays a negative number, until a value is entered into the Days field. How can I avoid displaying the negative number? I assume I need to add an "If Days gt 0" somewhere in the code, but am not sure where. Can you please help?

Views

2.0K

Likes

0

Replies

2
Re: How can one object perform different calculations in a repeatable subform? - Adobe LiveCycle 18-01-2012
It should be shown in the gsaTotal field.

Views

6.2K

Likes

0

Replies

4
Re: How can one object perform different calculations in a repeatable subform? - Adobe LiveCycle 18-01-2012
sorry about that. Try accessing it now: https://acrobat.com/#d=PwnUtMIB5OwKlPRnagr*UA

Views

6.2K

Likes

0

Replies

6
Re: How can one object perform different calculations in a repeatable subform? - Adobe LiveCycle 18-01-2012
Thanks! I just uploaded it to https://acrobat.com/#d=PwnUtMIB5OwKlPRnagr*UA The object that I'm referring to is located at MIEexpSection.MIEexp.gsaTotal. MIEexp is a repeatable subform. Please let me know if you need anything else.

Views

6.2K

Likes

0

Replies

8
Re: How can one object perform different calculations in a repeatable subform? - Adobe LiveCycle 18-01-2012
Sure, I can share it, but i'm not sure how. I dont see an option to upload a file to this message. Please let me know how to share and I'll do so. Thanks for your help!

Views

6.2K

Likes

0

Replies

10
How can one object perform different calculations in a repeatable subform? - Adobe LiveCycle 17-01-2012
I posted my question under a previous post, but am afraid it will be overlooked, so i'm posting it again in hopes of getting some much needed help. I’m trying to apply a calculation to a numeric object. My calculations are dependent on: 1. If a checkbox is checked 2. The number of days entered 3. The number of rows that are added (i'm using a repeatable subform)Basically, if the first row is the ONLY row, then it can contain three possible calculationsif a checkbox is checked and the total numbe...

Views

7.6K

Likes

0

Replies

12
Re: How to use instanceManager.count to identify first and last row of a repeatable subform - Adobe LiveCycle 16-01-2012
hello there! thank you so much!!!! However, I’m trying to apply this same code to a second object that is performing an additional calculation and I’m having A LOT of trouble and would LOVE your help or anyone else's help. My calculations are dependent on: 1. If a checkbox is checked 2. The number of days entered 3. The number of rows that are added Basically, if the first row is the ONLY row, then it can contain three possible calculationsif a checkbox is checked and the total number of days en...

Views

2.1K

Likes

0

Replies

0
How to use instanceManager.count to identify first and last row of a repeatable subform - Adobe LiveCycle 20-12-2011
How can I identify the first and last row in a repeatable subform? I’m using instanceManager and managed to calculate the total number of rows using FormCalc, however, I don’t know how to identify the first and last row.This is what I need to do:The repeatable subform contains a checkbox. If this checkbox is checked in the first and/or last row (of the repeatable subform), then I need a calculation to be performed, otherwise, this calculation should not occur.Thanks for your help!

Views

3.3K

Likes

0

Replies

2