How to export all view at once.

G

Goh

Hi

How to export selected view at once with a single click?
Can It be done by scripting?
How about print selected view together can it be done also?


With regards,
Goh
 
G

Greg Collins [InfoPath MVP]

There are Export() and PrintOut() methods you can use in code, but both require your form to be Full Trust.
 
Top