J
jackstraw
I use pjgird.ocx control in winform developing, but the left pane ca
not display when a recordset binding it.
pls tell me the right way to do this.
the source code is :
/////////////////////////////
MSPJGrid.Binding = rs; //rs is a recordset data object
MSPJGrid.SetGanttStyle(23, 1, 2, 2, 2);
MSPJGrid.FieldList = "TASK_NAME[Tas
name]<30>,ASSN_START_DATE[StartTime]<4>,ASSN_FINISH_DATE[EndTime]<4>";
MSPJGrid.Outlining = 0;
MSPJGrid.GanttView = 1;
/////////////////////////////
thanks and wishes
not display when a recordset binding it.
pls tell me the right way to do this.
the source code is :
/////////////////////////////
MSPJGrid.Binding = rs; //rs is a recordset data object
MSPJGrid.SetGanttStyle(23, 1, 2, 2, 2);
MSPJGrid.FieldList = "TASK_NAME[Tas
name]<30>,ASSN_START_DATE[StartTime]<4>,ASSN_FINISH_DATE[EndTime]<4>";
MSPJGrid.Outlining = 0;
MSPJGrid.GanttView = 1;
/////////////////////////////
thanks and wishes