Hiow to switch Infopath view in XMLFormView Webpart when the Web Part oads ? - InfoPath Dev Sign in | Join | Help in Code InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » Code » Hiow to switch Infopath view in XMLFormView Webpart when the Web Part oads ? Use our Google Custom Search for best site search results. Hiow to switch Infopath view in XMLFormView Webpart when the Web Part oads ? Last post 09-23-2010 08:52 PM by nikhilvaghela. 2 replies. Page 1 of 1 (3 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 09-22-2010 11:59 PM nikhilvaghela Joined on 09-15-2010 Posts 4 Hiow to switch Infopath view in XMLFormView Webpart when the Web Part oads ? Reply Contact Hi, I am using the code given at following link : How To: Display browser enabled InfoPath forms in a web part supporting connections in my custom web part. Does any one know how to switch the Infopath view to a specific View when the web part loads ? Thanks,Nikhil Filed under: infopath 09-23-2010 01:40 AM In reply to princevis Joined on 08-18-2009 Delhi Posts 129 Re: Hiow to switch Infopath view in XMLFormView Webpart when the Web Part oads ? Mark as Not AnswerMark as Answer... Reply Contact Whatever logic you wish to implement you can use that in Form load events. The webpart will show the view you've set according to your logic on form load. Vishal SrivastavaSenior Software EngineerSDG Software Pvt Ltd 09-23-2010 08:52 PM In reply to nikhilvaghela Joined on 09-15-2010 Posts 4 Re: Hiow to switch Infopath view in XMLFormView Webpart when the Web Part oads ? Mark as Not AnswerMark as Answer... Reply Contact I am using browser enabled infopath forms, do you know what exact mechanism(logic) i should be using in form's load event ? I am looking for some specific answer. Page 1 of 1 (3 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
Hi,
I am using the code given at following link : How To: Display browser enabled InfoPath forms in a web part supporting connections in my custom web part.
Does any one know how to switch the Infopath view to a specific View when the web part loads ?
Thanks,Nikhil
Whatever logic you wish to implement you can use that in Form load events. The webpart will show the view you've set according to your logic on form load.
I am using browser enabled infopath forms, do you know what exact mechanism(logic) i should be using in form's load event ? I am looking for some specific answer.