Create an agent that works on all docs in DB, and use:
@Command([ToolsRefreshAllDocs])
Matt Celesti
HBl...@worldnet.att.net (W)
Cele...@worldnet.att.net (H)
Set rtitem = doc.GetFirstItem( "Body" )
If ( rtitem.Type = RICHTEXT ) Then
plainText = rtitem.GetFormattedText( True, 15 )
End If
Skip Lewis