If you are working with a master/detail control, check out the InfoPath Dev Example titled, "Select a Master Table Row via Code". But I don't know that this will select it for editing.
If you are working with a normal table, then you will need to select a control within the table, and I'm not sure that you can do this at all.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Is the a way, in script to change the focus to the previous row in a
repeating table?
Thanks,
Keith
Steve van Dongen [MSFT] - 09 Dec 2004 01:59 GMT
>If you are working with a master/detail control, check out the InfoPath Dev Example titled, "Select a Master Table Row via Code". But I don't know that this will select it for editing.
>
>If you are working with a normal table, then you will need to select a control within the table, and I'm not sure that you can do this at all.
>
>Is the a way, in script to change the focus to the previous row in a
>repeating table?
Use SelectNodes with the particular repeated node that you want
selected.
Regards,
Steve
--
Please post questions to the newsgroup; everyone benefits.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sample code subject to http://www.microsoft.com/info/cpyright.htm