Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

MS Project 2000 file

  Asked By: Noah Scott         Date: Apr 05, 2010      Category: Sharepoint      Views: 496
 

What would be the best way to view a Gantt chart on
Sharepoint? I would like to view it viewed when a user opens up
Sharepoint through a browser. I don't want the user to download the
project file and view it?

Tagged:        

 

4 Answers Found

 
Answer #1       Answered By: Divakar Naik          Answered On: Apr 05, 2010       

Microsoft have produced some web parts which use Microsoft project  Central
and display various project information on the dashboard....

See www.microsoft.com/.../project.asp....

 
Answer #2       Answered By: Marcus Davis          Answered On: Apr 05, 2010       

Provided the registry knows what the file  type is, the browser should
display the image accordingly. We use DXF files, and having installed a DXF
viewer, the image is displayed when the user clicks on the file. The same
applies to Word documents, Excel, and so on.
You could simply provide a web part that allows users to install the chart
viewer. Basically the browser needs to know what the filetype is. Now, it
may be possible to do all this server side using COM objects. This is the
better option from a solutions POV but will take you longer to implement.
Check the methods, objects of the DLL's installed with the package. You
could then call these from ASP web parts and display them within the portal.
I'm not too sure about this last bit but I'm sure you can do it.

 
Answer #3       Answered By: Perla Vang          Answered On: Apr 05, 2010       

Thanks for your quick response. Is there any SharePoint and Project 2000
Central demo that seamlessly work together? Does anyone know if Project
Central will be on the new Project 2002 version?

 
Answer #4       Answered By: Sandra Alexander          Answered On: Apr 05, 2010       

Project Central is going to be sold separately as "Microsoft Project
Server", also the traditional project  Suite will be split into
"Microsoft Project Standard" and "Microsoft Project Professional"

www.microsoft.com/.../default.htm

 
Didn't find what you were looking for? Find more on MS Project 2000 file Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].