how can I get a list of the "x" (5 to 10) most recent changeddocuments on my homepage in a sharepoint server?What we want is some sort of webpart that looks through all documentlibraries and compiles some sort of list.
This shouldn't be difficult. You can write an even handler to get thisinformation and store it in a custom list. To get quick results, you cancreate a view using a calculate field to get this information. Please clickhere wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=417
There is a sample out there somewhere (think it was originally on gotdotnet)that uses the search engine to return the most recent documents in aWebPart. Sounds like it does exactly what you want. I don't have an exactlink to it to hand but this reply might jog the memories of others! I'dsearch for "search"