H
Henrik
My situation: I have Project Server 2003 with a Project 2003 pro
client. I have one master project and hundreds of sub projects. I have
a custom form that is being used to automate the process of creating
new sub projects. The form calls a stored procedure in MS SQL Server
Express 2005 that does the work for me.
My problem: Since Project works with everything in memory I can't see
what has happened in the database until i close the master project and
then reopen it.
My question: The method "UpdateFromProjectServer" seems to accomplish
this without the close and reopen. I would like to use this method but
I can't figure out what the parameter "datafile" is referrering to in
Project Server.
My first guess, since the value is a string-value, was that it is the
project name of the active project. But no. Can anyone enlighten me?
client. I have one master project and hundreds of sub projects. I have
a custom form that is being used to automate the process of creating
new sub projects. The form calls a stored procedure in MS SQL Server
Express 2005 that does the work for me.
My problem: Since Project works with everything in memory I can't see
what has happened in the database until i close the master project and
then reopen it.
My question: The method "UpdateFromProjectServer" seems to accomplish
this without the close and reopen. I would like to use this method but
I can't figure out what the parameter "datafile" is referrering to in
Project Server.
My first guess, since the value is a string-value, was that it is the
project name of the active project. But no. Can anyone enlighten me?