How to change the focus from a script

K

keith brickey

Is the a way, in script to change the focus to the previous row in a
repeating table?

Thanks,

Keith
 
S

Steve van Dongen [MSFT]

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.

--
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?

Use SelectNodes with the particular repeated node that you want
selected.

Regards,
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top