Hi!
System: TS6.5 SP2 + Patch 1614 on Solaris 9.
I found in Chapter 5 of ts.650.sp2.supp.pdf (Teamsite Supplement 6.5, Service Pack 1&2) how to change the columns of file system lists.
So we added the filesize column in CCPRO, which we had in TS 5.5.2 and we were missing in TS 6.5
[HTML]
...
label="list_directory.file_list_size.column.label"
description="list_directory.file_list_size.column.desc"
resourceBundle="com.interwoven.ui.teamsite.ccstd.filesys"
type="string"
sortable="true"
property="size"
width="10%"
align="right"/>
[/HTML]
(I'm also using the IWOV resourcebundle for translating the column header for english/french users. Not documented

but works.

)
Problem: the filesize is being printed always as Bytes. So it says 12789456 for a file that is 12.8Mb large.
I'm seeing that in the CCSTD interface, the filesize is printed in a 'human readable' format (12.8Mb instead of 12789456, and 54.1Kb instead of 54123). Also TS 5.5.2 used these 'human readable' size formats.
Can I configure CCPRO in the same way? How?
Thanks for helping,
--Fred