EPMFAQ Forums - Connect with the EPM Community  

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


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-20-2008, 03:24 PM
Junior Member
 
Join Date: Sep 2008
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Default open project functionality from asp.net

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 03:53 AM.
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:29 PM
Junior Member
 
Join Date: Sep 2008
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Default solution is here

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

Tags
open project

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 05:25 PM.


Powered by: vBulletin®
Copyright ©2000 - 2008, 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