PWA : Work in days

Q

QC

Newbie, thank you for asking the question because I have the exact same
question that I want to find the answer for.

Does anyone have any idea?
 
G

Gérard Ducouret

Hello,

1. On the server running Project Server, edit the file "taskspage.asp":
\Program Files\Microsoft Office Project Server 2003\IIS Virtual
Root\TASKS\taskspage.asp

3. Go to row # 655 (by defaultt). Check that's the command line:
MSPJGrid.Refresh();
On the previous row, insert the command line:
MSPJGrid.TextConv.SetTimeProps(x)
Replace the X between () by...
1 for minutes
2 for hours
3 for days
4 for weeks
5 for months
6 for quarter
7 for year

4. Go to row # 737 (by defaultt). Check that's the command line:
MSPJGrid.Refresh();
On the previous row, insert the command line:
MSPJGrid.TextConv.SetTimeProps(x)
Replace the X between () by... the same code

Gérard Ducouret
 
Q

QC

It works. Thank you so much, Gérard. Where are the files under the Projects
tab on PWA; especially the summary view of the project center?
 
N

Nisarg Shah

Hi GD,

I hope you are comfortable with English. Hope you are fine.

Can you please tell me how do I show external data in the table that is
displayed in PortfolioView.asp or taskspage.asp??

I want to create my own table in ProjectServer database, and use some of the
values from that table instead of using some enterprise fields. Also, they
should be displayed into the tables shown in the pages mentioned above.

How?? Also how do i modify the default WebParts? Are webparts used for data
display even in PWA or the data is displayed thru some other means??

Thanx a lot...............
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top