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

Dean_E_Bergsma
Dean_E_Bergsma
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Dean_E_Bergsma
Customize the badges you want to showcase on your profile
Re: referencing repeating rows in a repeating subform - argh - this can't be this difficult. thx. - Adobe LiveCycle 16-02-2012
Niall, you rock.I have spent more hours than I care to admit on this.However, doing the same thing over and over again -- and getting the same result -- I'm sure there is a learning in there somethere for me.thanks again.

Views

384

Likes

0

Replies

0
Re: referencing repeating rows in a repeating subform - argh - this can't be this difficult. thx. - Adobe LiveCycle 16-02-2012
Niall,thanks for the quick response -- my brain is a little less sore. I read the links you suggested. It makes sense what you are suggesting --- I'm missing something obvious because based on what I'm reading, I too think it should work - but what I think and reality are so often different.The index appears to be the index of all Datarow's, as opposed to the index of the Datarow within this section. It doesn't appear that the row consistently deletes (it does if the rows are in SectionArea[0])T...

Views

383

Likes

0

Replies

0
referencing repeating rows in a repeating subform - argh - this can't be this difficult. thx. - Adobe LiveCycle 15-02-2012
Hi folks,I'm sure this is a simple fix -- but I've been banging my head for a few days on it.I have a Table (Table1) which contains a section (SectionArea) (repeating), each SectionArea has Row1, Datarow (repeating), Row3I have the standard + - buttons on the sectionArea, they work fine. Add var nIndex = SectionArea.index; _SectionArea.addInstance();Delete_SectionArea.removeInstance(SectionArea.index);The Datarow add button works fine with:var nIndex = Datarow.index;var s = "SectionArea[" + Sect...

Views

1.3K

Likes

0

Replies

4