April 2009 - Posts

How To Display the InfoPath Form Version on the Form
Wednesday, April 29, 2009 3:32 PM

Very handy for testing and help desk calls:

Tip: insert form version with the expression:
substring-before( substring-after( /processing-instruction()[local-name(.) = "mso-infoPathSolution"], 'solutionVersion="'), '"')

Source:  http://www.nivot.org/2008/09/30/WhyVSTO30VisualStudio2008SharePointWindowsWorkflowAndInfoPathMightGiveYouAHernia.aspx

by wkriebel | with no comments
Filed under:
Collect Data by Email
Tuesday, April 21, 2009 11:37 AM

Scenario: “Please respond to this email indicating your t-shirt size and which session you can attend… or whatever”   send to: 40 people.

Read this: http://office.microsoft.com/en-us/access/HA100154271033.aspx

by wkriebel | with no comments
How to Fix PWA Reminders web part in MOSS
Wednesday, April 01, 2009 10:46 AM

Add and hide this web part on the page where the reminders web part is located.

Often folks will want to export the Reminders web part from Project Web Access (PWA) 2007 and have it shown on a related SharePoint (MOSS) page.  You can export the web part, you can add it to a SharePoint page, you can set the PWA URL to your PWA URL and it will work. 

It will throw a javascript error.

The error presents itself as a document.stylesheets[0] etc. etc. javascript error and prevents all javascripts from running (such as menu flyouts).

The attached web part is simply a function redefinition that doesn’t require a feature deployment that fixes the reminders web part on that and only that page.

by wkriebel | with no comments
Filed under: ,
More Posts