Hello,
I use Infopath 2010 with SharePoint 2010 with workflows :
1) My form with submit button with custom code don't cancel closing form while I set :
public void FormEvents_Submit(object sender, SubmitEventArgs e)
{
e.CancelableArgs.Cancel = true;
}
2) My workflow have : workflowProperties.InitiationData which is always null !!
Thanks for your answers
ZeBobo5