I tried to add Infopath form on my project, but when I add the Infopath form some of PopUp which are corelated with Infopath and shows errors od data didn't shown What should I do to shown A Modal Popup after used a Infopath form ? Please help.
I putts this code, and nothing shown When Infopath template is included. If its included defoultTemplate Sharepoint all templates are shown:
if (dzienStart > dzienStop)
{
System.Threading.Thread.Sleep((int)System.TimeSpan.FromSeconds(8).TotalMilliseconds);
properties.Status = SPEventReceiverStatus.CancelWithRedirectUrl;
properties.RedirectUrl = "/_layouts/Add4/OutOfRange.aspx";
properties.ErrorMessage = "You cannot save this list item at this time";
return;
}
