PRJ: Printing Microsoft Project Files from File Manager |
Q113449
Once you have installed Microsoft Project 4.0, you can configure it so that
you can do the following from File Manager:
If you want to be able to print .MPP files from File Manager, do the
following:
fileopen "%1" : fileprint frompage := 1 : fileclose(0)
To be able to enter specific options in the Print dialog box
before Microsoft Project sends the information to the printer, enter
the following line instead of the one above:
fileopen "%1" : fileprint : fileclose(0)
fileopen "%1" : fileprint frompage := 1 : fileexit(0)
To enter specific options in the Print dialog box before
Microsoft Project sends the information to the printer, use this line
instead of the one above:
fileopen "%1" : fileprint : fileexit(0)
For more information on the commands mentioned in this article, do the
following:
Additional query words: drag drop
Keywords : kbprint
Issue type : kbinfo
Technology : kbProjectSearch kbProject400
|
Last Reviewed: November 5, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |