I create a dynamic form using nested subform.
When i preview in pdf the form works, but only first record values of nested subform are shown.
How could I control the exact loop?
Is there any XML language like for i =1,n .... next i in BASIC ?
It has to work like below;
<subform Level1> ...
<subform Level2> ...
</subform Level2>
</subform Level1>
But, it works
<subform Level1> ...
<subform Level2> ...
</subform Level1, Level2>
Thanks
Sam.