I’m using Rave to generate reports, but it’s poor at generating Word docs. My reporting needs are simple; the only thing I can’t do easily within code is make a table. I’d love suggestions about how to display a [DB]Grid’s contents (or underlying ClientDataSet records) within a bordered table, in Word or RTF compatible format.
Share
You can test the same component that I have recomended here (mxExports from max).
mxExport can export a TDataset, TStringGrid and TDBGrid to differents file formats, including RTF and MS Word.
See the component and test the demos. It can be usefull for you. It’s free and source included. 😉