FileOpen without showing TaskUpdates

A

Adrian Miller

Hi,

is there a way to open a project programmatically without showing the Task
Updates from PWA, even if there are some?

Or as a workround to determine if this Web pane is open and close it
programmatically?

Thanks for any advice
Adrian
 
J

Jack Dahlgren MVP

Try setting the option to display links on file open to false:

OptionsViewEx CrossProjectLinksInfo:=False

You might or might not want to set it back to true after you have opened the
file.

-Jack Dahlgren
 
A

Adrian Miller

Hi Jack,

CrossProjectLinksInfo refers to Cross Project Links, does it? I want to
prevent Project Pro from showing that team members have sent actuals. I
there a way to do this?

Thanks
Adrian

--
Adrian Miller

Jack Dahlgren MVP said:
Try setting the option to display links on file open to false:

OptionsViewEx CrossProjectLinksInfo:=False

You might or might not want to set it back to true after you have opened
the file.

-Jack Dahlgren
 

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