[thelist] Using Microsoft Project Central Controls with Another Data Source

Stevenson N ngilas2003 at yahoo.com
Mon Nov 17 07:24:56 CST 2003


Hi all,
Has anyone ever tried Using Microsoft Project Central Controls with Another Data Source i.e. SQL Server 2000?
 
IF yes, what properties did you use to set tasks and their sub-tasks? What properties did you use to set the predecessor?
 
I have:
<><><><<><><><<><><><<><><><<><><><<><><><<><><><<><><><
RDS.Refresh() 
MSPJGrid.Binding = RDS.RecordSet
 
MSPJGrid.FieldList = "#tID[Task ID],tTitle[Task Name],+ASSN_WORK[Duration],+ASSN_START_DATE[Start]<4>,+ASSN_FINISH_DATE[ActualsFinishDate ],+ASSN_REM_WORK[Remaining Work" 
MSPJGrid.GroupBy = "tDRID" 
MSPJGrid.SetSortBy('tCallNumber',0);
<><><><<><><><<><><><<><><><<><><><<><><><<><><><<><><><
 
That gets the record set and bind them to the grid, but don't know how to set tasks and there sub-tasks and also set their predecessor.
 
Please assist.


---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard


More information about the thelist mailing list