Hi there, I'm trying to export some data from a table field to an word document using an active link guide and ole automation. I've been able to export and format the whole text but when I try to format and export pieces of data separately, remedy is exporting each record in a new word document. I'm trying something like this: Sentences( ).First( ).Font( ).Bold( 1 ) Sentences( ).First( ).ParagraphFormat( ).Alignment( 0 ) Sentences( ).First( ).InsertAfter( Type: ) Sentences( ).First( ).Font( ).Bold( 0 ) Sentences( ).First( ).InsertAfter( $column1$ ) What I want is to export all the data to the same document. What is the problem with my approach? Enviroment: ARS 7.1 p4 SunOS 5.1 Oracle 10i Thanks and regards, Roger
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

