Hi Good Evening.
This is my structure that I've built.
Parentform(flowed){
childsubform - 1(positioned)
childsubform - 2(positioned)
childsubform - 3(positioned)}
Note: all the three child subform are of different types.
For a particular case i need to move the childnode - 3 to the first position so that the structure need to appear like this.
Parentform(flowed){
childsubform - 3(positioned)
childsubform - 1(positioned)
childsubform - 2(positioned)}
I have tried assigning "xfa.form.data.parentform.childform - 3. y = "4in";(for example have mentioned this as 4 also consider previous y axis is of some "8in")(just tried, i knew this wont work)
All the naming conventions are just for example.
Could any one guide me how to resolve this?
Thanking you in Advance.
please check this Tech Talk Tech Talk: Developing Flowable Form Content.
At the end you can download a package of very useful sample forms.
It includes a sample "Dynamic Tables" which shows how to move instances of repeating subforms (table rows).
This might be the technique you need for your form.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs