Automagically Create Form Name

M

McCool

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
 
A

Andy Bonner

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