C
Chris Molland
Hello, and thanks for reading this post.
I am developing an application in Visual Basic which has to keep a DataTable
synchronised with the Tasks in a Project file. To do this I currently
itterate through the Tasks in a Project reading the required fields into a
DataRow and add this DataRow to a DataTable.
It works reliably. . . . but very slowly.
Is it possible to get the complete Tasks collection in one API call and then
extract the data from within my application which may be far quicker?
If only I could directly access the data in the MS Project file!
Thank you for your help.
Regards
Chris
I am developing an application in Visual Basic which has to keep a DataTable
synchronised with the Tasks in a Project file. To do this I currently
itterate through the Tasks in a Project reading the required fields into a
DataRow and add this DataRow to a DataTable.
It works reliably. . . . but very slowly.
Is it possible to get the complete Tasks collection in one API call and then
extract the data from within my application which may be far quicker?
If only I could directly access the data in the MS Project file!
Thank you for your help.
Regards
Chris