Re: Viewing New Documents
Tech-Archive recommends: Fix windows errors by optimizing your registry
1. Use a roll-up web part from CorasWorks (www.corasworks.net).
Pricey but nice.
2. Create a SQL View on the database that goes through all the document
libraries and puts the documents in them in date added order (desc) and then
consolidates them. Then create a (SharePoint) Data View of that SQL View.
Free but a pain (if you have a lot of document libraries and you have to
repeat everything over and over ...)
Engelbert
"Dean" <deanl144@xxxxxxxxxxxxxxxxxx> wrote in message
news:ugItDdTFGHA.532@xxxxxxxxxxxxxxxxxxxxxxx
> How can I display a list of new documents from multiple libraries on a
> page?
>
.
Relevant Pages
- Re: too much OOP ?
... There exist lots of container libraries. ... Please point out one library that could be used instead of a SQL ... Nobody needs a class model of cr*p. ... If this should be done without a database back-end, ... (comp.object) - Re: too much OOP ?
... There exist lots of container libraries. ... Please point out one library that could be used instead of a SQL ... If this should be done without a database back-end, ... instead of a relational database, and that would be useful for example ... (comp.object) - Re: cycle through a table
... module as is: you have to run the SQL code using something like: ... >>>> program and object libraries that provide functionality that may be ... References to the specific library files, ... then go back in and unselect the reference you just added. ... (microsoft.public.access.modulesdaovba) - sqlstring -- a library to build a SELECT statement
... After some thought on what I need in a Python ORM (multiple primary ... these libraries for other un-named languages, I decided to start at the ... A single-purpose library: to create SQL ... getting bogged down in String Manipulation. ... (comp.lang.python) - Re: OO vs. RDB challenge
... > Now I am sorry to say Dmitry but you are simply trolling. ... So if we are in agreement that raw SQL does not qualify, ... that solves the challenge and is linkable against the libraries you use. ... (comp.object) |
|