I'm adding this page through a button click:
this.resolveNode('form1._Pg2').addInstance(1);
So assuming I'm on the first page, and click add page, and I want to go to the first text field on the second page, the structure of the command would be like this?
I'm unclear how to address the second page. (very new to this)
form1._Pg2(2).F1.setfocus
Thanks In advance!