Display a list view in InfoPath

If you want to display all entries from a SharePoint list inside your InfoPath form, browser enabled or not, then do the following. You have a list in SharePoint already, right.. Add a data connection to that list the usual way in InfoPath Open the “Data source” in the right task pane and select the …

Stream a wmv file

If you upload a .wmv file to a library in SharePoint you will be asked if you want to “Open” or “Save” the file, as usual: But if you want the user to be able to stream the file directly, without being presented that message box, then you must perform some more steps. Create a …

Error 6398

This is my platform: A server farm with one SQL Server and one WSS 3 SP2 server (win server 2003). I have installed Search Server Express 2008 with Swedish language packs. Everything is working fine, the search is up and running and all. But, in Event Viewer I got this error message each time the …

Use a SQL data connection in InfoPath

If you want to receive data from a SQL table directly into a field in InfoPath then do the following. First, create a new library in your SharePoint site using the template ”Data connections library”: Name the library like “SQLConnections” or something. (Choose not to display it in your QuickLaunch if you want to hide …

Simple redirect script

If you want to redirect your users to another URL when they press the “Save” button inside a list form, then just add the following in the link to the form: /lists/yourlist/newform.aspx?Source=/thankyou.aspx I usually use relative url’s as in the example, but you may also write the whole URL of course… Great!