I've got a Form Library that has a single form as a template. When the
user clicks "New", they are presented with the web version of the
InfoPath form. When they are ready to save, I'd like to have the
ability to name the filled form for them. What's the best way to
handle this?
Thanks in advance!
Brian
Kalyan G Reddy MVP (GGK Tech) - 29 Aug 2007 08:03 GMT
Hello
You can use any fields value to save the form with this name. Please see the
link
http://www.infopathdev.com/forums/p/1545/4739.aspx#4739
Also there are many forums answered on this or refer SDK, use the search
functionality to find it.

Signature
Kalyan G Reddy - INFOPATH MVP 2007
http://www.ggktech.com
> I've got a Form Library that has a single form as a template. When the
> user clicks "New", they are presented with the web version of the
[quoted text clipped - 4 lines]
> Thanks in advance!
> Brian
Andy Bonner - 31 Aug 2007 02:44 GMT
Personally I have a field within the main data source of my form that I set
to a unique name when the form is first created using the current date &
time. Then in my set the form name to this field in the save method.
> I've got a Form Library that has a single form as a template. When the
> user clicks "New", they are presented with the web version of the
[quoted text clipped - 4 lines]
> Thanks in advance!
> Brian