customizing to change the system field title in PWA

S

sidd

Hi All
is there any way i can change the title of a system field in PWA(including cutomization).
for example there is a field called 'work' .. i can raname it to 'myWork' in project professional but i do not think you can do the same so easily in PWA
it always shows 'work' in PWA

beacuse i am looking in in task\taskpage.asp ..and i think it's doing all the work inside a activeX control.if thats the case than i can't customiz
it in asp page....i will have to do it some where else
so just wanted to ask ...if some one knows the right place to plug in custom code to change the field name in PWA

I do not want to use custom field for it ('Work' field) because project professional updates lot
of other field automatically when i make change in this field
if i use cutom field for this tha
1) i will have to use custome field for all other field(Other system fields) als
2) and then will have to define formula for each of them...
so that why i don't want go this route if can achieve change of title for 'work' filed (In PWA)even with some cutomization

thank
siddhart
 
S

sidd

actually MSPJGrid() is a function defined in library\grid.asp
i will try changing 'MSPJGrid_Write()' funtion there
-sidd
 
Top