printing with a Word object
I'm using VB.NET.
Thanks for the help.
Which version of Crystal Reports are you using?
My guess is that this won't be possible for you using the Crystal Reports object model.
One way that you could do it is to setup your OLE Object as a linked OLE Object and then change the physical file before you load the report.
So you would add an OLE Object, choose the create from file option and check the Link box. Then browse to the file, say c:\test\my.doc
Now at runtime all you have to do is copy the doc file you want to show up in the report to the c:\test directory and rename the file my.doc.
Keith - Business Objects