InfoPath forms submission into MOSS

L

lou sanderson

I'm having trouble getting MOSS to give the appropriate filename to an
InfoPath (2007) submitted form when I submit to a form library. I'm trying to
use the concat function to no avail.

When I tell InfoPath to name files:
concat(userName(), " - ", now())

The result in MOSS is:
concat(userName()_ _ - __now())

I tried:
concat("Form - ", FormName) (where "FormName" was a field in infopath)

and got:
concat(_Form - __FormName)

Any suggestions to getting the concat function to work?

Thanks,
Lou Sanderson
 
L

lou sanderson

I figured it out: to insert a function, you have to use your mouse, not your
keyboard. even thought the characters are exactly the same, you can not type
them yourself, you have to click on what you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top