Opening PWA Site from Project

C

Chris

Hi --

Is there a way to open up the ActiveProject's PWA site from within
Project2003?

I'm trying to use the WebOpenHyperlink method but the documentation says it
will only work if the selected task has a URL associated with it... which it
wont.

My Code:
projID = ActiveProject.DatabaseProjectUniqueID
Windows.Application.WebOpenHyperlink
Address:="http://domian/projectserver/Views/ProjectReport.asp?_projectID=" &
projID

Any thoughts or code samples on how to do this?

Thanks, Chris
 
Top