About pjgrid.ocx

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
 
J

jackstraw

and the "rs" recordset contain the fileds: "TASK_NAME"/"ASSN_START_DATE
and "ASSN_FINISH_DATE
 

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