Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is possible to add fields to pjgrid's right pane?

1 view
Skip to first unread message

Juan Segura

unread,
Nov 16, 2001, 3:20:21 AM11/16/01
to
I'd like to add a customized field in the timesheet, where
employees can enter the number of pieces manufactured on a
work's day, and I want to collect this information by day,
that is, a MSP_WORK data, not task data. To do this, I
need (I suppose) to add a new check on TasksPage.asp and
change the ActualsType to a new value, but after this, how
can I say the grid that there's a new field on the right
pane?. The pjgrid.ocx documentation seems to say that only
considers the actual and actual overtime work, codified
and code-wired. Is this true?. Thanks in advance.

RoniSH

unread,
Jan 12, 2005, 9:29:45 AM1/12/05
to

To add data to the right pane you set properties as follows:

MSPJGrid.SetActualsBinding(rs,false);
MSPJGrid.FieldList2= ...
MSPJGrid.GanttView = false;

As for the other stuff, maybe you need to build a separate page for
your purposes, or dig into ms code.

0 new messages