Subj : C++ Quick Reports Export to Text file, without dialogue To : borland.public.cpp.borlandcpp From : Thad Date : Thu Jul 01 2004 03:25 pm I'm trying to run a quick report from within C++ with a text filter. It doesn't work, but when I call preview, and then interact with the Save Dialogue it exports the data. This is the code I'm using. qrViolation->ExportToFilter(new TQRExportFilter("c:\\violations.txt")); Is this a quick report bug? Has anyone dealt with this before? I have to run the program from parameters, and create this report and export the results to the text file. .