No, there isn't. It could be programmed as everything is in the database. You just need to know how to pull it out of the database. Basically you extract from DMX_Entries WHERE CollectionId=xyz AND EntryId=LastVersionId. xyz is the EntryId of the folder you want the contents of. Bind to DMX_ShortTexts (DMX 5) ON ObjectId=EntryId AND TypeKey='ENT' AND SubTypeKey='TITLE' and get the Text value of that table for the title. Peter |