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 …
Year: 2009
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 …
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 …
One annoying thing when you delete a site in SharePoint is the page that you are directed to after the deletion, the webdeleted.aspx. For me it is easy, since I know that you must go up into the URL and delete from a certain slash to get back to the site above, but for the …
Today I tried to install a Cisco VPN client on my laptop which has Vista 64 installed. I know, but it was not my choice to install Vista, it is my work laptop. So, turns out that there is no client for this, and maybe they will not release one either. So, to be able …
Yey! If you want to save the server administrator (speaking!) some hell by deleting old backup folders and save disk space, then this is a solution for you! Create a new file with Notepad and name it like deletebackupfiles.vbs and paste the following code (I cannot write the code here of course, but you can …
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 …
I wanted a webpart in SharePoint that displays certain user information from the AD. Looked at a couple of webparts Bamboo, SharePoint Boost, etc but all of those are directly connected to the AD and I did not want the user to be able to push information back into the AD. Only display it so …
I am running WSS 3 on a Windows Server 2008 and want to map my site from ie Word or the explorer. But I get the message “Network path not found”: Or if I try to map to it or if I run “Net use” from inside the command prompt. I get the following message: …
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!