Hi
I'm running my report against a stored proc in SQL Server 7, which has one required parameter, and three optional ones, and is being called from VB.
I am only passing the required parameter from the code, and when my report was in Crystal6 it worked fine, but now I've upgraded to Crystal7, an input box appears each time the report is called. I don't want to have to go in and change the code to pass nulls for the three optional parameters, but how can I change the report to not display the input box each time?
Any help would be much appreciated. Jim.
I'm running my report against a stored proc in SQL Server 7, which has one required parameter, and three optional ones, and is being called from VB.
I am only passing the required parameter from the code, and when my report was in Crystal6 it worked fine, but now I've upgraded to Crystal7, an input box appears each time the report is called. I don't want to have to go in and change the code to pass nulls for the three optional parameters, but how can I change the report to not display the input box each time?
Any help would be much appreciated. Jim.