Print Page | Close Window

how to hide "Enter Parameter Value Dialog"

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
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=18207
Printed Date: 04 Apr 2025 at 8:33pm


Topic: how to hide "Enter Parameter Value Dialog"
Posted By: swallow.pa
Subject: how to hide "Enter Parameter Value Dialog"
Date Posted: 08 Dec 2012 at 9:29pm
hi all
I am having issues supperessing 'Enter Parameter Values' dialog box. I am following the suggestions given in various blogs and I am still having difficulties getting this dialog box suppressed. I am using VB.Net VS 2010 Premium. Crystal Reports 2011 (Ver 14.0.4). My OS is Win 7.


crNetInVoice.SetParameterValue(1, "test1")
        crNetInVoice.SetParameterValue(0, "test0")

when i run my project
i see "Enter Parameter Value Dialog"

how to hide "Enter Parameter Value Dialog"

please help me
thanks



Replies:
Posted By: hilfy
Date Posted: 10 Dec 2012 at 9:37am
Are you setting the values for ALL of the parameters in the report?  If you don't, the dialog will display.
 
Which object model are you using - CrystalViewer or ReportDocument?
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: swallow.pa
Date Posted: 12 Dec 2012 at 4:47am
thanks
i use CrystalreeportViewer in my project


Posted By: hilfy
Date Posted: 12 Dec 2012 at 5:52am
Are you setting all of the parameter values for your report prior to opening it in the viewer?
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics



Print Page | Close Window