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