ASP.NET 1.1
Crystal XI Developer Edition
I have the following parameter in a Crystal XI report:
Name: CertNo;
Type: Number (Static);
Value Field: (None);
Prompt Text: Enter CertNo;
Prompt With Description Only: false;
Default Value: 1.00
Allow Custom Values: true;
Allow multiple values: false;
Allow discrete values: true;
Allow range values: false;
Min Value: 1.00
Max Value: 10.00
When I come to populate this parameter in my code the Min and Max Values are set to 0. I then get an exception when I enter in any value as it says the parameter value cannot be greater than the max value. Can anyone shed some light on why the values are being blanked out, and what I can do to get around this problem?
Thanks.