D
Dan Roy
I have developed an application which uses automation with both MS Project
2000 and Excel. I am able to read/write data to almost every field in
Project and read/save data to Excel for analysis.
On eof the few remaining problems which i would like to address is reading a
blank line in Project. Reading a blank line causes my application to raise
an exception but I have not been able to track down the source of the
exception, yet. I have experimented with the windows function VarIsEmpty,
specifically meant to detect un-initialized OleVariants. My application uses
a typelib based on the MSProject.olb type library, so I have access to all of
those fields and functions.
Are there any fields in the OLB object model which will help me to
distinguish a blank line from a task.id which contains task data.
I am using Borland Delphi V6 Enterprise in an MS Windows 2000 environment.
2000 and Excel. I am able to read/write data to almost every field in
Project and read/save data to Excel for analysis.
On eof the few remaining problems which i would like to address is reading a
blank line in Project. Reading a blank line causes my application to raise
an exception but I have not been able to track down the source of the
exception, yet. I have experimented with the windows function VarIsEmpty,
specifically meant to detect un-initialized OleVariants. My application uses
a typelib based on the MSProject.olb type library, so I have access to all of
those fields and functions.
Are there any fields in the OLB object model which will help me to
distinguish a blank line from a task.id which contains task data.
I am using Borland Delphi V6 Enterprise in an MS Windows 2000 environment.