Posted by Steve Pietrek on April 21, 2008
Posted in SPGeneral | No Comments »
Posted by Steve Pietrek on April 21, 2008
Today I was reviewing some of the workflow examples in the new MOSS SDK (released at the end of February). One of the examples is using an InfoPath form for workflow. When I attempted to open the form, by double-clicking it in Windows Explorer, I received the following error:
The form cannot be opened because it requires the domain permission level and it currently has restricted permission. Contact the form author the resolve the issue.
Further information:
Forms that require the domain permission level contain features that access information on a network, such as data connections, linked images, and code.
After a little bit of playing, to open the form in InfoPath, right-click on the XSN file in Windows Explorer and select “Design”.
Posted in InfoPath | No Comments »
Posted by Steve Pietrek on April 16, 2008
I always questioned Twitter. Why use it? Who cares what you are eating for lunch?
Assuming you can wade through some of the mess (I’m as guilty as others), there is a lot of value in it. There have been many times the past few weeks when I had a particular issue, I asked a question, and someone in the SharePoint community helped me out in short order (@fallenrogue, @richfinn, @ferringer, @nickswan, and @DougWare for starters). Brilliant! An instant messenger for the SharePoint masses.
Tonight I put together a list of all the SharePoint Twitter’s who I am following. Please let me know of any mistakes or omissions. Let’s build a community of SharePoint Twitter’s and help each other out!
http://stevepietrek.com/twitter/
Update: Looks like Lawrence Liu created a SharePoint-specific Twitter account. Something that was next on my list :).
http://twitter.com/sptweeters
Posted in SPGeneral | No Comments »
Posted by Steve Pietrek on April 15, 2008
This morning I was creating an InfoPath 2007 form and wanted to add an OnChanged event handler for a dropdownlist control. Bear in mind this is my first foray into InfoPath programming - never had a need previously. I right-clicked the dropdownlist control and selected Programming - Changed Event. Visual Studio Tools for Applications fired up but the project was VB.NET. No offense to VB but I would rather program in C#. Need to find a way to remove the current VB project and create a C# one instead.
Read the rest of this entry »
Posted in InfoPath | No Comments »
Posted by Steve Pietrek on April 11, 2008
I have been working on a few custom Web Controls/Web Parts. One of the controls is a stock quote which updates every 10 minutes (or whatever the user defines). This is done by using an UpdatePanel and Timer. In my custom application.master page, I have the stock quote Web Control. When I attempt to view the People and Groups page in Site Settings (/_layouts/people.aspx?MembershipGroupId=4), I receive the following error.
Script controls may not be registered before PreRender. at System.Web.UI.ScriptControlManager.RegisterScriptControl[TScriptControl](TScriptControl scriptControl)
at System.Web.UI.UpdateProgress.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
What’s weird is I can access other pages within _layouts without issues. My thinking is there must be some extra things going on in the people.aspx page which is causing the error. I will review it over the weekend. Anybody else seen this?
Posted in SPErrors | No Comments »
Posted by Steve Pietrek on April 10, 2008
The April 2008 Cincinnati SharePoint User Group meeting will take place on 4/14 at 6:00 pm at MAX Technical Training in Mason. Check out the website. There are two sessions:
- SharePoint Governance: A Critical Topic, Bluespring Software
- Utilizing SharePoint Workflow for Project Escalation, Judith Lynn, Resurgent and Andy Kmeth, Sogeti
Posted in SPUserGroups | No Comments »
Posted by Steve Pietrek on April 9, 2008
Scott Hanselman posted on packing light. One of his hints talked about using the Microsoft Wireless Notebook Presenter Mouse 8000 without the dongle since it is Bluetooth enabled. Hmmm. I have that mouse. I have Bluetooth. In the past, everytime I attempted to pair the two together, it wouldn’t work. After messing around with it, I figured out what I messed up on:
- Turn on the mouse
- Press and hold down the connect button until the light flashes an alternate green/red (this is the step I missed).
- Go into Bluetooth devices.
- If the “Mouse” device is not in the list, search for the mouse.
- When it is found, select it.
- Select to not use a passkey.
It should now be setup. Now I can use my external wired keyboard, usb drive for Readyboost, another external HDD for VM’s, plus my favorite mouse.
Posted in Hardware | No Comments »
Posted by Steve Pietrek on April 6, 2008
Posted in SPLinks | No Comments »
Posted by Steve Pietrek on April 2, 2008
This could be old news and everybody knows it but I was banging my head against the wall. I was attempting to display a stock quote on my client’s site. I found a feed and if I took the Url, pasted it into a browser, and refreshed it, the data would update every 5 minutes or so. I then took the feed and used it in RSS Viewer Web Part and the update would not match the browser - even after I refreshed the page.
Turns out the issue is the OOTB RSS Viewer Web Part has a built in cache interval of 30 minutes. Duh!
Below are three, non-OOTB, RSS Web Parts available:
Hopefully this saves someone some time.
Thanks to John Ferringer for keeping my sanity.
Posted in SPWebParts | No Comments »
Posted by Steve Pietrek on April 2, 2008
“IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.”
Still alpha so there may be some limitations. It seems to work in my Windows Server 2003 VM too but I have not done tons of testing.
Link
Thanks to help.net for the find.
Posted in SPTools | No Comments »