graphical output

A

Antonio

Hi

Is posible to create .wmf or similar
for graphical output? Write graphic to file?
 
J

Jack D.

Antonio said:
Hi

Is posible to create .wmf or similar
for graphical output? Write graphic to file?

Yes, use EditCopyPicture. Here is an example which creates a gif of all
tasks shown on screen and saves it to a file named c:\foo.gif.

EditCopyPicture Object:=False, ForPrinter:=2, SelectedRows:=0,
FromDate:="11/2/03 12:00 AM", ToDate:="12/12/03 12:00 AM",
FileName:="C:\foo.gif", ScaleOption:=pjCopyPictureShowOptions

--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP
email: J -at- eM Vee Pee S dot COM


+++++++++++++++++++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top