5 pts.
 Stop crystal prompts for parameter value
Hi, I created a crystal report with SQL Server stored procedure. I passed the parameters using vb6, all parameters were fine except one of the DateTime data type, when I ran the report it kept coming up with the "Enter Parameter Values" dialog box, is there any way I can get rid of it? Software used: Crystal Report 9

Software/Hardware used:
Crystal Report 9, VB6
ASKED: January 6, 2010  11:16 PM
UPDATED: August 20, 2011  8:12 PM

Answer Wiki:
<a href="http://www.fetal.de/crystal-reports-ohne-den-enter-parameter-values-dialog/">this article helped</a> me (<a href="http://www.fetal.de/en/crystal-reports-ohne-den-enter-parameter-values-dialog/">in english</a>)
Last Wiki Answer Submitted:  August 20, 2011  8:12 pm  by  Serverlog   15 pts.
All Answer Wiki Contributors:  Serverlog   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I don’t think you want to get rid of it. Unless it’s an unused parameter on the report, the report needs that value. You need to figure out how to satisfy that value when setting up the report.

 1,855 pts.