How to disable parameter dialog box in crystal reports 9

Hi friends,

I have got stuck with a weird problem. In my crystal report, I have set up some input parameters. I am setting values for these parameters somewhere inside code. But I don't want to show the default input parameter dialog box. Under any case, user should not see the ugly parameter dialog box that crystal presents.

Please suggest me how I can achieve this. I cannot do this through code, because our environment does not allow that. I have to do this in crystal reports viewer and by setting some property of the crystal report object. But everything must be done on UI, not through code.

So, the solution should not be the following.

// step before step 1
// **** the line needs to refer to the report and be set before setting
ReportSource in the viewer to myReport
myReport.EnableParameterPrompting = False
//*****

Any help would be greatly appreciated.



Murtaza
[976 byte] By [MurtazaT] at [2007-11-20 11:02:30]