I have a sharepoint librairy into wich I publish my forms using Infopath
SP1. Doing so I have to manually click on the save Icon and choose a name
for the my form, each time I fill out a from.
Is there a way to have the ID number of the librairy automatically proposed
each time I click on the save as button???? Since this number is the primary
key of the librairy, and is auto-incremented, I wouldn't have to worry about
having duplicate file name in the librairy.
Thanks for helping
Cyril
Andrew Ma [MSFT] - 04 Aug 2004 18:29 GMT
There is a SaveRequest event handler. If you override it, you can make your
form save with a particular name.

Signature
Andrew J. Ma
Software Test Engineer
Microsoft Office InfoPath
http://blogs.msdn.com/ajma
---------------------------------------
This posting is provided "As Is" with no warranties, and confers no rights.
Use of any included script sample are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
>I have a sharepoint librairy into wich I publish my forms using Infopath
> SP1. Doing so I have to manually click on the save Icon and choose a name
[quoted text clipped - 11 lines]
>
> Cyril