07-23-2005, 12:07 PM
The code is correct. It should show a comma-separated list of column strings. I don't know why it does not work. For example, when I use the following code for a file in My Documents folder
Acc a=acc("Doc1.doc" "LISTITEM" "My Documents" "SysListView32" "" 0x1405)
str s=a.Description
out s
I get this text:
Size: 25 KB, Type: Microsoft Word Document, Date Modified: 6/18/2005 11:39
And, I tested, this works for TListView controls too.
Acc a=acc("Doc1.doc" "LISTITEM" "My Documents" "SysListView32" "" 0x1405)
str s=a.Description
out s
I get this text:
Size: 25 KB, Type: Microsoft Word Document, Date Modified: 6/18/2005 11:39
And, I tested, this works for TListView controls too.