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.
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.