File Save

A

Arne

Hi,
is there a way to programmatically show the 'save as file' dialog box, when
you are connected to the project server? The FileSaveAs Method only brings me
to the Save at Server Dialog and adding a FormatID for a different FileType
would require the user to change it back to mpp.

Thanks for any assistance
Arne
 
R

Rod Gill

What are you trying to achieve? Let us know because there is almost always
more than one way of doing things.
 
A

Arne

Thanks for the interst in my problem: I have a customer that wants a
customized save as dialog because the project name shall be assembied from
information from different project fields. In that dialog he likes an save as
file button bringing up the save as file dialog for projects not to be saved
at the project server.
 
R

Rod Gill

You can always use an inputbox to get the name and set a default value from
the different fields. Then you can execute a saveas with the required name
or cancel the save if the user presses Cancel in the InputBox dialog.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top