Helo.<br><br>I made 2 reports for a visual basic 5.0 aplication. Let say<br>report 'A' and 'B'. Report 'A' does not have any formula, but report 'B' does. I run both reports using code with only one crystal.ocx objet in my form. The first time I call report 'A' and print it to a window the report works right then i print report 'B' (with the formulas) and works fine too. But if try to print report 'A' again i have a runtime error (20510) "Invalid Formula Name". I'm thinking that thing is when i pass from report 'B' to 'A' Crystal Report is searching for formulas from report 'B' that were not cleared. I'm right?. is there other solution rather than put another Crystalreport object in my form?.<br><br>Thanks for any help that may come from you. <br>