Print Page | Close Window

Modifying Discrete Parameters

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1923
Printed Date: 06 May 2024 at 1:00am


Topic: Modifying Discrete Parameters
Posted By: Bman
Subject: Modifying Discrete Parameters
Date Posted: 20 Dec 2007 at 3:53pm
I'm working on chapter16.2 and I'm confused. I made all of the mods to my code and it's working fine, the only problem is that I'm getting prompted for the employee.position parameter twice. The first time it gives me the default values that I entered when I created the parameter, then I get prompted again with the parameters that I created programatically. The report uses the parameter that I select the second time and it displays just fine. I tried removing the parameter from the report, but then the code wouldn't compile because it references the parameter when it creates  the ParameterFieldDefinition variable. I must have missed something.
How do I get the program to stop prompting me the first time?



Print Page | Close Window