Deadlines in pjgrid.ocx

T

Thor

Hello,

How is it possible to display a task deadline in ganttcharts using the
pjgrid.ocx ActiveX in Project Web Access?


According to the SDK this should be possible by

1) including the TASK_DEADLINE column in the recordset used in the
Binding property

2) setting the display style for deadlines with
MSPJGrid.SetGanttStyle(19,1,x,x,x,x,x,x,x)

The tasks are displayed - but the deadlines are not?


Regards,
Thor
 
E

Ed Morrison

I'm assuming you are trying to add a graphical indicator to the Gantt chart
of a PWA 2003 "View A Project" page. Check the Gantt Chart format in the
admin section of PWA. Make sure Deadline is checked and has a format
applied for the appropriate Gantt Chart format.
 
T

Thor

Yes, but I'm coding my own reportpage more or less from scratch - since
the report I need cannot be build using PWA. (some cross reporting
stuff)

So I have to use the SetGanttStyle method directly on a PJGrid.ocx
object...

/Thor
 
R

Ray Lam

I am pretty much doing the same thing, I'm developing extended reporting
ability onto PWA 2K3. Starting with MS Excel XML report outputs and now I'm
on the PjGrid.

If you're using an existing grid or procedure you may wish to check that the
specific column is available, since some procedures will limit the dataset.

I'd appreciate any help you can give me on using the grid with rds, if you
can.

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