Send file to shared folder using a button

J

jody frazier

Is there a way to send a form to a shared folder on a network using a command
button?

Any ideas would be much appriciated!
 
M

[MSFT] AlexWein

Yes, but you need to write code. You'd call XmlForm.SetSaveAsDialogLocation()
and XmlForm.SetSaveAsDialogFilename(), and then call XmlForm.SaveAs(). This
will place the file onto the share, provided the user has rights to perform
this operation.

The form template has to be fully trusted for tihs to work.

If you have SharePoint, I'd highly recommend submitting forms to a document
library - much easier to implement, maintain, and SharePoint doc libs are so
much better than file shares :)
 

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