Customizing TasksPage.asp

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.
 

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