FileOpen for Project Server?

W

Wayne

I must be missing something. I have browsed all the help and articles in the Project SDK but I cannot find a way to open a project stored in ProjectServer. FileOpen talks about being able to open a project from a file or open a project from a data source, but not from an instance of ProjectServer. I found methods on Application to delete a project from ProjectServer so I figured there would be a corresponding create and open for ProjectServer but I can't find any

Any help is much appreciated

Regards
---Wayne.
 
N

Namkyu

Use following sample code.

FileOpen "<>\enterpriseprojectname.published"

In case opening enterprise project, you have to add prefix "<>\" to
enterprise project name.


Wayne said:
I must be missing something. I have browsed all the help and articles in
the Project SDK but I cannot find a way to open a project stored in
ProjectServer. FileOpen talks about being able to open a project from a file
or open a project from a data source, but not from an instance of
ProjectServer. I found methods on Application to delete a project from
ProjectServer so I figured there would be a corresponding create and open
for ProjectServer but I can't find any.
 

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