![]() |
| |||
| Hi, i am working on MSPS 2007 with asp.net web applicaiton. As per one of our project requirement, i have to implement 'Edit Project' functionality of project center in PWA from my asp.net web 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. Thanks Ramesh |
| Sponsored links |
| |
| |||
| finally i got the solution after a long research.. with shell script function OpenSchedule(PWAurl,MSPSServerName) { var test; test ='\"C:\\Program Files\\Microsoft Office\\Office12\\winproj.exe\" /s '; test=test+'\"'+MSPSServerName+'\" '; test=test+'\"<>\\'+PWAurl+'\"'; var WshShell = new ActiveXObject("WScript.Shell"); WshShell.Run(test); } .....ramesh ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
|
|