Open project from server using script in Project professional

B

Burki

Hi all,

Microsoft is using PjOpenFile class (present in PJQuery11.ocx) , to
open Project from Project Server in Microsoft Project Professional.

Any body knows , how to use PjOpenFile control since no information is
given in the MSDN.

Here is the line which Microsoft is using

PjOpenFile.CodePage=65001; PjOpenFile.BasePath="sample";
PjOpenFile.ServerURL=http://localhost;
PjOpenFile.ResName=unescape("Administrator");
PjOpenFile.IsNTRes=0;
PjOpenFile.IsOffline=0;
PjOpenFile.SetResLongs(462271634,667794638);

var retval = PjOpenFile.CheckProjOpenFile(sGridSelection,1);


Best Regards
Burki
 

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