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
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