T
tronn
I know I must be missing some setting. I'm submitting to a SharePoint
library. This works great when I choose "send form to a single desination"
in submit options and choose the SharePoint destination. However when I
choose perform action using custom code implementing FormEvents_Submit (and
set e.CancelableArgs.Cancel = false
it tells me that it submitted but I
don't see the file transfer to SharePoint as I do with the other option set,
nor do I see the form shwo up in SharePoint.
When I implement my own submit button and call this.Submit(), sometimes I
also get no exception.
Perhaps I need to set the file name? If so where the heck is that in the
object model?
Help appreciated.
library. This works great when I choose "send form to a single desination"
in submit options and choose the SharePoint destination. However when I
choose perform action using custom code implementing FormEvents_Submit (and
set e.CancelableArgs.Cancel = false
don't see the file transfer to SharePoint as I do with the other option set,
nor do I see the form shwo up in SharePoint.
When I implement my own submit button and call this.Submit(), sometimes I
also get no exception.
Perhaps I need to set the file name? If so where the heck is that in the
object model?
Help appreciated.