![]() |
| |||
| Hi, i am ramesh.. i am trying to implement edit project feature(project center,PWA of project server 2007 ) in my asp.net application. Please follow below steps, to see the 'Edit Project' functionality in PWA of ProjectServer 2007. steps: 1. open projectserver 2007 PWA url. 2. go to project center 3. choose any project and click on 'Edit' button. 4. it opens that project in Microsoft Project 2007 for edit. any ideas on it?? your ideas highly appreciable. Thanks in advance ramesh Last edited by vbsramesh; 09-22-2008 at 02:53 AM. |
| Sponsored links |
| |
| |||
| finally i got the solution after a long research.. with shell script function OpenSchedule(url,MSPSServerName) { var test; test ='\"C:\\Program Files\\Microsoft Office\\Office12\\winproj.exe\" /s '; test=test+'\"'+MSPSServerName+'\" '; test=test+'\"<>\\'+url+'\"'; var WshShell = new ActiveXObject("WScript.Shell"); WshShell.Run(test); } .....ramesh ![]() |
![]() |
| Tags |
| open project |
| Thread Tools | |
| Display Modes | |
|
|