On 12 Okt, 19:01, GS wrote:
You're welcome! Always glad to be of help when I can...
--
Garry
Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup!
* * comp.lang.basic.visual.misc
* * microsoft.public.vb.general.discussion
Things has worked out quite well but there are still some headache
left. I am successful to update the Summary Properties like "Author",
"Keywords" etc. But when it comes to the "Content Type" and "Content
Status" I run into trouble. I would really like to use these fileds
since it seems there is a tight restriction when it comes to which
fields actually shows their content in the overview in Windows
Explorer. This seems to be limited to the Summary Properties. Whitout
Content Type and Content Summary I'm simply running a bit short on
fields. It seems these fields behave like summary fields as they
present their content in the overview in Explorer and in the details
pane. The following is how I call Chips' procedure (which works great
for the other fields):
If Not IsNull(ReadPropertyFromClosedFile(mFilePath, "Content status",
PropertyLocationBoth)) Then
MyFileDate = ReadPropertyFromClosedFile(mFilePath, "Content
status", PropertyLocationBoth)
End If
I have also tried with different spellings and wrappings of the field
name but without success.
Very happy for any insights on this!