G
Guest
Hello!
I have an MS Project Addin that requires the user to save the file to their
harddrive. The addin automatically saves. This Addin works great, as long
as MSProject is not connected to the server.
Now that I have users that are, by default, connected to the server, I need
to modify my code to auto save as a .mpp file, NOT to the server.
So I have a couple questions with recommended approach to:
1. What is the recommeneded Project property to determine if the project
came from the server? I see ServerURL as a Project property. It appear
that if it is empty, then it is offline, otherwise it is from a server. Is
this the recommended Project property to use to test if it is connected to
server?
2. How can i force the save as mpp to local harddrive? Right now, I am
calling App.FileSave which brings up the save to server by default if the
application is in server mode. Can I force the save as mpp file dialog?
3. Can i query if the application is in server mode or offline mode? i
look at help and nothing is standing out to query to find this?
I appreciate any help!
Dan
I have an MS Project Addin that requires the user to save the file to their
harddrive. The addin automatically saves. This Addin works great, as long
as MSProject is not connected to the server.
Now that I have users that are, by default, connected to the server, I need
to modify my code to auto save as a .mpp file, NOT to the server.
So I have a couple questions with recommended approach to:
1. What is the recommeneded Project property to determine if the project
came from the server? I see ServerURL as a Project property. It appear
that if it is empty, then it is offline, otherwise it is from a server. Is
this the recommended Project property to use to test if it is connected to
server?
2. How can i force the save as mpp to local harddrive? Right now, I am
calling App.FileSave which brings up the save to server by default if the
application is in server mode. Can I force the save as mpp file dialog?
3. Can i query if the application is in server mode or offline mode? i
look at help and nothing is standing out to query to find this?
I appreciate any help!
Dan