cancel
Showing results for 
Search instead for 
Did you mean: 

How can I access a specified row from the repeat row by JavaScript

Former Member
0 Kudos

Hi,

I have a table with Repeat Body Row For Each Data Item.How can I access a specified row from the repeat row by JavaScript?I found the corresponding FormCalc script is like:

Table1.Row1<i>...

But i didn't find the JavaScript solution.What needs to be done?

Thanks,

Oliver Li

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Oliver,

In JavaScript you can use the method

xfa.resolveNode("Table1.Row1["i"]...");

xfa.resolveNodes returns a set of nodes.

See also my blog:

/people/juergen.hauser2/blog/2007/09/03/accessing-data-nodes-in-sap-interactive-forms

Regards,

Juergen

Answers (0)