Re: save a report as a doc
better way why don't you use crystal report ?
Re: save a report as a doc
Well i am using the Datareport because i will install my VB6 project in computers that don't have crystal report software.I will install the exe of my project in computers that don't have VB6 nor crystal report installed
Re: save a report as a doc
then you should add code for exporting/saving report in word document.
by createobject("word.application")
you have to explicitely save docs. by coding, there is no method to save word documents through datareports.
Re: save a report as a doc
But shukla how to do it. Do you have the code. i require the same