| Author |
Message |
Pavel
Guest
|
Posted:
Thu Jan 13, 2005 8:19 pm Post subject:
Folders are in the document library always on the last place |
|
|
I created a document library, uploaded some files and created some folders.
The problem is that the folders are in the document library always on the
last place after all files. I tried to change the order by type but it
doesn't help - it changed only the order of the files but the folders are
still on the last place. Do you have any idea how to solve this problem?
Thank you very much,
Pavel Slama |
|
| Back to top |
|
 |
tedteng
Guest
|
Posted:
Thu Jan 13, 2005 8:37 pm Post subject:
RE: Folders are in the document library always on the last p |
|
|
No native function can help u.
Maybe u can try this nice gift - a DL browser web part from Stramit.
http://blog.spsclerics.com/archive/2004/12/12/484.aspx
br
ted
"Pavel" wrote:
| Quote: | I created a document library, uploaded some files and created some folders.
The problem is that the folders are in the document library always on the
last place after all files. I tried to change the order by type but it
doesn't help - it changed only the order of the files but the folders are
still on the last place. Do you have any idea how to solve this problem?
Thank you very much,
Pavel Slama
|
|
|
| Back to top |
|
 |
Pavel
Guest
|
Posted:
Thu Jan 13, 2005 9:07 pm Post subject:
RE: Folders are in the document library always on the last p |
|
|
That's really a nice webpart but the files are still on the first place or am
I able to change it? |
|
| Back to top |
|
 |
tedteng
Guest
|
Posted:
Thu Jan 13, 2005 9:19 pm Post subject:
RE: Folders are in the document library always on the last p |
|
|
oic. The author seems not release the codes. Maybe u can contact the author
to get source codes.
br
ted
"Pavel" wrote:
| Quote: | That's really a nice webpart but the files are still on the first place or am
I able to change it? |
|
|
| Back to top |
|
 |
David Beraha
Guest
|
Posted:
Fri Jan 14, 2005 12:58 am Post subject:
Re: Folders are in the document library always on the last p |
|
|
There's been a response to that some time ago (can't find the reference, so
see here my copy of the message). Haven't tried myself.
Regards,
David
******************************************************
Hi Philip,
For this issue, the most common resolution is to sort the "Type" column of
document library so that the folder will be displayed at the toppest of the
list. However, this may not be acceptable for some scenarioes. So I'd
suggest you can use the javascript below to perform this operation
automatically. Please open the document library allitems.aspx page in
Frontpage 2003 and then add this script befor the </head> tag; save the
page.
After that, when you view this page, the folder will be displayed at the
toppest of the list.
<!-- code to paste -->
<!-- add this script before the </head> tag of the allitems.aspx page -->
<script language="javascript">
var strDocUrl = window.location.href;
var idxQuery = strDocUrl.indexOf("?");
if (idxQuery == -1) {
window.location.href= strDocUrl + "?SortField=DocIcon&SortDir=Desc";
}
</script>
<!-- end -->
Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
******************************************************
"Pavel" <Pavel@discussions.microsoft.com> schrieb im Newsbeitrag
news:35CE9330-E3EE-4468-B328-1C279016BEA0@microsoft.com...
| Quote: | I created a document library, uploaded some files and created some folders.
The problem is that the folders are in the document library always on the
last place after all files. I tried to change the order by type but it
doesn't help - it changed only the order of the files but the folders are
still on the last place. Do you have any idea how to solve this problem?
Thank you very much,
Pavel Slama
|
|
|
| Back to top |
|
 |
|
|
|
|