ExecuteAction alternative web-enabled Infopath form

B

Ben van Mol

Hi all,

I have several questions about infopath web-enabled forms:

1/ I have 2 different views, these need to be activated based on the choice
in a radio-list. Changing the view on the changed event gives an error. Any
other suggestion? It should be possible because the forms server actually
does the same when changing views with their dropdown-list in the header of
a default web-enabled form

2/ Resetting the fields of a web-enabled form in a repeating section by
setting the value to an empty string makes the fields inaccessible. They are
correctly cleared, but I can't set the focus on them. Any suggestions?

3/ ExecuteAction doesn't seem to be available for web-enabled forms. How can
I add repeating sections with a button?

Thanks for your replies!

Ben
 
S

S.Y.M. Wong-A-Ton

Answer to your 3rd question:
Use the AppendChild() method on the group node of your repeating sections to
add a new repeating section to the group.
 
Top