Change default file name

B

Brian Pembroke

When the user clicks the file -> save, the file name defaults to form1. I
would like to dynamicaly change the form name.

I tried making a change to the OnSaveRequest event.

I was able to get the filename by calling XDocument.URI. When I tried
changing the name, I get a script error (XDocument.URI = "test".

Also want one of the fields on my form to be part of the filename. I do I
retrieve the data from the field using the script language.
 

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