Hi,<br><br>I am using Crystal Reports 4.6 with VB6. I created a new access database and a new report and a new VB project.<br><br>When using the CRW control in the form and calling the report, i do not want to see the SUMMARY section.<br><br>I wrote:<br><br>CrystalReport1.SectionFormat(0) = "SUMMARY;F;X;X;X;X;X;X"<br><br>But it behaves strange ! The summary section moves to grand total section !!<br><br>Tried hiding/showing all sections. I get some section hidden but the whole section is filled with strange colors !!<br><br>Is there any other way to hide/Show sections at runtime ?<br><br>Thanx,<br>Praveen.<br><br>