Printing Views Command - InfoPath Dev Sign in | Join | Help in General 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 » General » Printing Views Command Use our Google Custom Search for best site search results. Printing Views Command Last post 10-08-2008 11:02 AM by DrewB83. 2 replies. Page 1 of 1 (3 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 10-06-2008 04:00 PM DrewB83 Joined on 06-26-2008 Posts 17 Printing Views Command Reply Contact Hello all. I am working on a form that has an information view and 27 corresponding print views. I want the information view options to determine on action what page prints. The end user will enter information on the information page which will then populate into the necessary spaces on the printable views from there i want them to just press a button that will dictate which page prints based on the variables they selected. Any suggestions on how to accomplish this? Drew Filed under: Infopath 2003, code, 2003, Views, Controls, c# 10-06-2008 09:55 PM In reply to Clay Fox Joined on 06-27-2006 USA Posts 1,935 Re: Printing Views Command Mark as Not AnswerMark as Answer... Reply Contact One option is have the print button select the appropriate view to use and then switch to that view and execute the print. Otherwise there may be some code you can use to update the print view to print a specific one. Clay Fox / Microsoft InfoPath MVP 10-08-2008 11:02 AM In reply to DrewB83 Joined on 06-26-2008 Posts 17 Re: Printing Views Command Mark as Not AnswerMark as Answer... Reply Contact Thanks Clay I will take that route. Drew 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.
Hello all.
I am working on a form that has an information view and 27 corresponding print views. I want the information view options to determine on action what page prints. The end user will enter information on the information page which will then populate into the necessary spaces on the printable views from there i want them to just press a button that will dictate which page prints based on the variables they selected. Any suggestions on how to accomplish this?
One option is have the print button select the appropriate view to use and then switch to that view and execute the print.
Otherwise there may be some code you can use to update the print view to print a specific one.
Thanks Clay I will take that route.