EPMFAQ Forums - Connect with the EPM Community  

Go Back   EPMFAQ Forums - Connect with the EPM Community > Microsoft Project Forums > Project 2007 Development


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-22-2008, 03:57 AM
Junior Member
 
Join Date: Sep 2008
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
Default Edit Project Functionality from asp.net application

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








Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 09-29-2008, 02:31 PM
Junior Member
 
Join Date: Sep 2008
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
Thumbs up solution is here

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -4. The time now is 01:43 PM.


Powered by: vBulletin®
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24