G
GT
Can someone help me... If I am in the wrong group, please direct me to a
more appropriate one. Even point me to a help system online would be fine...
I am trying to write some software that links into MS Project and collects
resource information through the API. I am using Microsoft Visual Studio,
C++ 6. I have an MSProject Application and I want to call the FileOpen()
method. There are 15 parameters in the method, but I don't know what values
the method is expecting for those parameters. The only help I can find is in
the VB Object Browser within MS Project and it just repeats the parameter
list with no indication of what values are expected.
I just want to open a file remotely. I have the filename and there are no
passwords or anything complex in the file!
The header for the method is all I have to go on...
BOOL MSProj_MSProject::FileOpen(const VARIANT& Name, const VARIANT&
ReadOnly, const VARIANT& Merge, const VARIANT& TaskInformation, const
VARIANT& Table, const VARIANT& Sheet, const VARIANT& NoAuto, const VARIANT&
UserID, const VARIANT& DatabasePassWord, const VARIANT& FormatID, const
VARIANT& Map, long openPool, const VARIANT& Password, const VARIANT&
WriteResPassword, const VARIANT& IgnoreReadOnlyRecommended)
x-- 100 Proof News - http://www.100ProofNews.com
x-- 3,500+ Binary NewsGroups, and over 100,000 other groups
x-- Access to over 1.6 Terabytes per Day - $8.95/Month
x-- UNLIMITED DOWNLOAD
more appropriate one. Even point me to a help system online would be fine...
I am trying to write some software that links into MS Project and collects
resource information through the API. I am using Microsoft Visual Studio,
C++ 6. I have an MSProject Application and I want to call the FileOpen()
method. There are 15 parameters in the method, but I don't know what values
the method is expecting for those parameters. The only help I can find is in
the VB Object Browser within MS Project and it just repeats the parameter
list with no indication of what values are expected.
I just want to open a file remotely. I have the filename and there are no
passwords or anything complex in the file!
The header for the method is all I have to go on...
BOOL MSProj_MSProject::FileOpen(const VARIANT& Name, const VARIANT&
ReadOnly, const VARIANT& Merge, const VARIANT& TaskInformation, const
VARIANT& Table, const VARIANT& Sheet, const VARIANT& NoAuto, const VARIANT&
UserID, const VARIANT& DatabasePassWord, const VARIANT& FormatID, const
VARIANT& Map, long openPool, const VARIANT& Password, const VARIANT&
WriteResPassword, const VARIANT& IgnoreReadOnlyRecommended)
x-- 100 Proof News - http://www.100ProofNews.com
x-- 3,500+ Binary NewsGroups, and over 100,000 other groups
x-- Access to over 1.6 Terabytes per Day - $8.95/Month
x-- UNLIMITED DOWNLOAD