tyedyejenn
Programmer
I was hoping someone could provide me with some help. I am writing a program in Visual Basic 6. I designed a report in Crystal Report 8. Then I found out there is a Crystal Report package that shipped with VB 6. So I installed that. Under Project ¦ Componets I have Crystal Report Control(this added a cystal report icon to my tool box) and Crystal Select Expert OLE Control module(this added a ocx icon to my toolbox) checked. I put a crystal report control on the form the report is to print from. I have the the following code written to print my report:<br><br>CrystalReport1.DataFiles(0) = "C:\vbInfoForJenn\REPORTS"<br><br>CrystalReport1.ReportFileName = "EditList2"<br> <br>CrystalReport1.Destination = crptToPrinter<br> <br>CrystalReport1.PrintReport<br><br>However nothing prints out. I am also confused about which Crystal Report to use. Any help would be greatly appreciated. Thank you in advance for your time.<br><br>Jenn