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

formerizer
formerizer
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by formerizer
Customize the badges you want to showcase on your profile
Re: Calculate Rows Visible - Adobe LiveCycle 13-08-2017
It turns out, when tables are manually named, they have to be put in the following form:for (var i = 1; i<24;i++){ var tasks = "form1.sfMGR.sfCheckList.sfMainItems.Table10.Row";var taskResolved = xfa.resolveNode(tasks + i);}

Views

180

Likes

0

Replies

0
Calculate Rows Visible - Adobe LiveCycle 13-08-2017
I can't seem to get Livecycle to resolve the row nodes.Error:TypeError: taskResolved is nullEach Row is named as follows:Row1Row2...Row23(They are not dynamically named, hence I can't use resolveNodes)The path is correct since the following works and shows the presence detail:textbox1.rawValue = form1.sfMGR.sfCheckList.sfMainItems.Table10.Row22.presence;(NOTE: The code is shorted to isolate the problematic code, the ultimate goal of the complete code is to count how many rows in the table are se...

Views

304

Likes

0

Replies

1
Re: insertInstance fails on second row - Adobe LiveCycle 06-03-2017
I use resolveNodes to count the number of rows on the form and label each text cell (nodetxtnum.rawValue) with the row number.

Views

348

Likes

0

Replies

0
Re: insertInstance fails on second row - Adobe LiveCycle 05-03-2017
Thanks for the response. I'm aware of the workaround of naming each row uniquely. Because the code uses length from resolveNodes to count the number of rows, all the rows have to remain as instances not unique names.Is there a way to work this without remaining the rows?

Views

351

Likes

0

Replies

0
Re: insertInstance fails on second row - Adobe LiveCycle 03-03-2017
has anyone else had this issue?

Views

347

Likes

0

Replies

0
insertInstance fails on second row - Adobe LiveCycle 26-02-2017
InsertInstance function doesn't seem to work on Row1[2] and beyond but it works for Row1[0] and Row1[1].Basically insertInstance generates errors whenever there's more than 1 row instances premade inside Designer.Error: Index value is out of boundsPicture below is of object hierarchy.Each "+" button calls the addRow function inside the script objectScript ObjectHow can I fix this?

Views

818

Likes

0

Replies

6