Skip to main content

SharePoint Add-Ons in Internet Explorer Disabled; "Form is Closed" error message occurs


Had an interesting "problem" arise for an end user today.  This user has been able to open and update InfoPath forms in the past without a problem.  All of sudden today she was getting the message "The Form is Closed".  From past experience I know that this message is commonly seen when a user access SharePoint from  a web browser other than Internet Explorer and then tried to open a form that is NOT browser-enabled (one that requires the InfoPath Client).
I checked the users browser version, settings (SharePoint is set as Local Intranet site).  Made sure that the browser history was cleared, checked the login name/password, made sure pop-up blockers weren't preventing the page from loading.  All of the steps I normally do.  Couldn't get it to work.  Called IT and they upgraded her from IE 8 to IE 9.  Same issue.  
Finally, I thought, let me look and see if there's an add-on that's got a pop-up blocker.  To my surprise, what I found was that SharePoint Add-ons for IE were disabled.  Enabling the Add-ons fixed the problem.  It should be noted that we are running MOSS 2007 and Office 2010.   My guess is the browser popped up a message suggesting turning off add-ons that were causing it to run slowly and the user click ok not realizing the impact.
I had never noticed this issue before and found it interesting.
Enabling the SharePoint Add-ons resolved the problem.

Comments

Popular posts from this blog

Creating a SharePoint blog post using Word 2010

Create your blog posts in Word 2010 and post to your SharePoint blog (or other blogs such as Blogger). It's really quite simple. Open Microsoft Word 2010. From the Start menu, Select NEW>Blog Post The first time you do this, you'll be asked to register your blog platform. Word provides several options. I selected Blogger (of course). Provide your account # and password: Then you'll be asked to provide Picture Options... provide your server location or choose None. (see this page from Microsoft for more details on the Picture Options: http://office.microsoft.com/en-us/word-help/help-with-blogging-in-word-HA010164021.aspx?ver=14&app=winword.exe#_Toc321212396 ) ) Type your blog post as normal, inserting pictures if desired and publish. This Microsoft Video shows you how: http://office.microsoft.com/en-us/sharepoint-server-help/video-use-word-2010-to-post-to-a-sharepoint-blog-VA101790488.aspx

Setting Versioning on a Document Library in MOSS 2007

So you want to be able to keep multiple drafts of a document you and your team are working on without other people seeing it and when you've finally polished your policy manual (or whatever your document may be), post it for "everyone" to see? Well, SharePoint can let you do that! See my blog posting on creating a document library . Once your library is created, you'll want to turn on your versioning settings within the library (if you didn't do it when you created the library). To do so, click Settings from the Library's toolbar and select Document Library Settings . From the General Settings options, select Versioning Settings . From this screen, you will set whether or not the document requires approval before being made available to "everyone" to view. (Everyone being whomever has permissions to view the document library). Determine if you want major and minor versions and set the number of versions you need. Who should be ab...