P
parkave300
I am attempting to programatically customize a view in Project Server 2003.
Specifically, I would like the Taskspage.asp page to show all tasks for the
currently logged in user, but for only a specific project.
The PjGrid.ocx control does have a Filter property which seems to control
the Custom Filter functionality within the Grid Control. I have attempted to
usethis property to set a filter in ths ASP page, but it does not seem to
have any effect.
The syntax I am using is...
oMSPJGrid.Filter = "Project = 'My Project Name'";
Any ideas would be gretly appreciated..
Thanks.
Specifically, I would like the Taskspage.asp page to show all tasks for the
currently logged in user, but for only a specific project.
The PjGrid.ocx control does have a Filter property which seems to control
the Custom Filter functionality within the Grid Control. I have attempted to
usethis property to set a filter in ths ASP page, but it does not seem to
have any effect.
The syntax I am using is...
oMSPJGrid.Filter = "Project = 'My Project Name'";
Any ideas would be gretly appreciated..
Thanks.