How do i configure a button to print the form?
F Franck Dauché Jan 4, 2006 #2 Hi, You can use code behind: thisXDocument.PrintOut(); in C# for example. Hope that it helps. Regards, Franck Dauché
Hi, You can use code behind: thisXDocument.PrintOut(); in C# for example. Hope that it helps. Regards, Franck Dauché
G Greg Collins [InfoPath MVP] Jan 11, 2006 #3 This will require that your form be set to Full Trust. -- Greg Collins [InfoPath MVP] Visit http://www.InfoPathDev.com Hi, You can use code behind: thisXDocument.PrintOut(); in C# for example. Hope that it helps. Regards, Franck Dauché
This will require that your form be set to Full Trust. -- Greg Collins [InfoPath MVP] Visit http://www.InfoPathDev.com Hi, You can use code behind: thisXDocument.PrintOut(); in C# for example. Hope that it helps. Regards, Franck Dauché