Help me! (Deadline passed already)

I am printing reports designed in Crystal 5 from VB6. (Compatibility problem?) After I have successfully printed one of the reports, and I close a form, I get an error 28: "Out of stack space". Do I need to 'close' the crystal reports object or something?? My code is simply

crpFinance.PrintReport



The path etc. is hardcoded in at design time.
Is PrintReport the correct method?
Thanks


Real programmers don't comment. If it was difficult to write, it should be difficult to read.