Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter Double Prompting

Status
Not open for further replies.

kjaz11

Programmer
Sep 24, 2002
5
US
I have a crystal report which links to a stored procedure. The stored procedure accepts 1 parameter (siteid). The report works great, except that the siteid parameter is always blank with no choices.

I've added both a table and command prompt, so I can dynamically choose the SiteID (not at the same time). I linked the dynamic parameter to the stored procedure parameter.

The report now prompts for the siteid twice. 1st with no choices, then 2nd with the SiteID choices from the database. It doesn't matter what value I put in the 1st parameter screen as the 2nd prompt is used by the report.

How can I skip/hide the 1st parameter box for siteid? I am using Crystal IX.

Thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top