Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Submitting the same form multiple times to the same document library

16 views
Skip to first unread message

Jeff Richardson

unread,
Jan 20, 2006, 3:53:19 PM1/20/06
to
Is there a way to control the submit so that file name is generated for a
new form, but uses the current file name if the form already exists in the
document library?

I have a form that multiple users will update in a SharePoint document
library. Currently my Data Connection that does the Submit generates the
file name using the current time. This works great the first time a form is
submitted, but the second time the form is edited, it creates a new form in
the library with a new name.

I am trying to do this with just rules so I do not have to create custom
code for every form that needs this behavior.


Greg Collins [InfoPath MVP]

unread,
Jan 20, 2006, 6:33:20 PM1/20/06
to
If you create a filename field in your dom, and generate the filename into that field (only if it is blank), you can use the value of that field as the submit filename. Then, if you set your submit to allow overwrite, you should be set to go.

--
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com


"Jeff Richardson" <Bobca...@newsgroups.nospam> wrote in message news:evHxNOgH...@tk2msftngp13.phx.gbl...

0 new messages