Duplicating views

K

Kevin Brosnan

I have an Infopath web enabled document template with a few views. I
have been asked to look in to the possibility of having a button on a
view that would duplicate that view.

Given views A, B and C. Having a button on view A that generates view
Asub2 or view D.
 
S

Shiva (GGK Tech)

Hello Kevin,
In InfoPath we don’t have option like to generate new view using button.
This is related to creating new view.xsl file using InfoPath and it is not
possible in InfoPath form.
For this we have first create temporary view.xsl file and after that we can
modify that view using code. We can modify/edit the values using code. If
already exists any view.xsl then only we can modify it.
 
Top