RobHVB6Sql
Programmer
BACKGROUND: (Using CR 8.5)
I have a report that uses two stored procedures, one for the main part of the report and one for the subreport link.
One parameter:
from the main report is used to select info for the subreports, this link is working fine.
THE QUESTION: How do I set a secondary parameter for each subreport link?, I know what this will be. Ie section 1 the parameter is ‘1’ etc.
Each instance of the subreport is in its own details section, so could I hide this value in each report section?
The user is being asked for these secondary parameter values. I don’t want them to be asked anything as the report is being sent the main parameter ‘@RequestID’ from a VB application which is all the report should need.
Also are there any options I need to change for refreshing?
I want to make sure the subreports are working on ‘@RequestID’ each time it is run.
Rob Hasard
(VB6 /SQL 7.0 /CR8.5)
I have a report that uses two stored procedures, one for the main part of the report and one for the subreport link.
One parameter:
Code:
‘@RequestID’
THE QUESTION: How do I set a secondary parameter for each subreport link?, I know what this will be. Ie section 1 the parameter is ‘1’ etc.
Each instance of the subreport is in its own details section, so could I hide this value in each report section?
The user is being asked for these secondary parameter values. I don’t want them to be asked anything as the report is being sent the main parameter ‘@RequestID’ from a VB application which is all the report should need.
Also are there any options I need to change for refreshing?
I want to make sure the subreports are working on ‘@RequestID’ each time it is run.
Rob Hasard
(VB6 /SQL 7.0 /CR8.5)