Expand my Community achievements bar.

List-Object's nodes get disordered

Avatar

Former Community Member
At runtime I grab the xfa.record.nodes-list,

create a array which contains as first dimension

the the node-index like it is set in the xfa.record,

and as second dimension the value of xfa.nodes.item(ANYINDEX).nodes.item(0).

works fine.



but then the user should be able to select an item in the

dropdownlist and my script gets the index of the selected

item,and then read the specified node in the xfa.record completely

for setting its child-node's values as rawvalues.



anyhow,the index of the selected items are wrong.

the displayed captions are right ordered,but when

i select f.e. the entry no. 3 (should accord the absolute index = 2)

the indices are switching.



please help me. :)



:pete
0 Replies