I am attempting to export specific reports from inside Visual Basic 6.0 to text files. These files will be written to a CD, so that in 20 years, if someone wants to refer back to them, as a text file over other formats, we feel they will have the best chance to be able to retrieve them.<br><br>I used the following code:<br><br>With ReportExportOptions<br> .DiskFileName = sPath<br> .DestinationType = 1<br> .FormatType = 8<br><br>and was able to export. Unfortunately, Notepad has a pre-established font type and font size which I have not been able to change from inside VB. This results in field data and pages being truncated. I have spoken to Crystal Report tech support as well as searching their knowledge base. All that I could come up with was: 1.) Set my display to 800 x 600, then create the report and save it. Then reset my display to 1024 x 768 and export the report. 2.) Make the fields wider.<br><br>I tried the first option but was still unable to get all data. The second option was not valid as the report requires a great deal of data.<br><br>If I manually (through the View Window export the report as a .dif file, then from Excel save it as a .txt file, the process is fairly successful, but if I try to do it from within code, the .dif file throws up errors when opened in Excel and the results of saving as a text file from Excel are horrendous.<br><br>Does anyone know of a way I can export from in code and successfully get a text file or even an image of the report (and all its pages)? <br><br>Thank you for any assistance.<br><br>Keoki<br><br> <p>Keoki<br><a href=mailto:gb@cardinalhill.org>gb@cardinalhill.org</a><br><a href= > </a><br>