assigning a name to a save as

Z

Zuma

Hi,

I have created a basic form and (until we get sharepoint up and running)
would like to save as a file. I have a button that closes but prompts if not
saved. This forces the user to save to a location and give a name. How can I
default the file name to something, preferably the date?

Appreciate any help,

Thanks

Zuma
 
S

ScottD[Interlink Group]

If you are using Managed code, you can call
thisXDocument.UI.SetSaveAsDialogFileName(MyFileName). When the save as
dialog appears, that will be the default. If desired, you can also set a
default path for the save as dialog.
 
M

Michael Reyeros

Is it possible to pass in a value from vb.net code that will be used to set
the default save location of the file???
 
Top