Hi,<br>I'm using CrystalReport in my program to make reports.In a form, i'm receiving some inputs and according to these inputs,i'm using two different .rpt files.The problem is this: i'm getting run-time error 28 (stack is full).I think there's a triggering or loop problem here but i couldn't find a solution <br>The code is here:<br> ............<br> if checkbox.value = true then<br> crystalreport1.action = 1<br> else<br> crystalreport2.action = 1<br> end if<br> ............<br>Do you have any suggestions?Thanks...<br>