Filtering in SharePoint DVWPs with Multiple Lists in the Data Source

Another question from my contact form: Hi Marc. My problem in short is to get a filters to work on columns that holds values from linked tables. For instance I have a column with xsl:value-of select="../../../Products/Rows/Row[@Title=current()/@ProductID]/@ProductGroup" Am at a loss for a way to do it at this point. A hint would be greatly appreciated….

Error When Programmatically Starting a SharePoint Workflow

In testing the MOSS Workflow Web Service operations I’m adding to our jQuery Library for SharePoint Web Services, I was getting an error sometimes when I called the StartWorkflow operation: Exception from HRESULT: 0x8102009B Turns out this occurs if there is a prior instance of the same workflow which has terminated in an error, showing…

jQuery Library for SharePoint Web Services v0.2.10 Released

Unfortunately quickly followed by 0.2.10a to fix a quick bug.  But at least it was a quick fix, and driven by someone called mwhite01 trying to actually use SPDisplayRelatedInfo to solve a business requirement. In this release, the main new things are a new function called $().SPServices.SPDebugXMLHttpResult and a slew of new Web Service operations. …

jQuery Library for SharePoint Web Services v0.2.9 Released

Today we released v0.2.9 of our jQuery Library for SharePoint Web Services.  This release includes a new function suggested by pagalvin in this Discussion thread.  It’s somewhat limited in what it can do at the moment, but we wanted to get some feedback before adding more options to it.  The screenshot below shows how it…

Important Note About an Issue with the Minified Version 0.2.8 of our jQuery Library for SharePoint Web Services

If you have had problems using the minified version of the 0.2.8 release (jquery.SPServices-0.2.8.min.js), please download the jquery.SPServices-0.2.8.js un-minified version. We’ve had a report of some things not working in the minified version, so we’ve removed it from the downloads and will do some more testing before we release another minified version, probably not until…

jQuery Library for SharePoint Web Services v0.2.8 Released

This afternoon, we released v0.2.8 of our jQuery Library for SharePoint Web Services. I’ve marked it as a beta for now, but it seems pretty stable to me. (Never trust the coder.) In this release, we’ve added a number of operations and expanded the SPCascadingDropdowns function to work with dropdowns with 20+ options. As you…

Preserving the Existing Query String When Building a Link in a DVWP

Another question came to me in email today that I thought was worth sharing, along with my answer.  The email referred to my post about Alpha Selection of List Items in a Data View Web Part (DVWP), but it’s relevant to many Middle Tier development tasks. I hope this email comes to you in good…