I have made a crystal report with subreports,
In my subreports I have added commands like:
SELECT * FROM Orders where orederID = {?orderID}
When I run the report in viewer the report prompts for the orderID with a dialogbox.
But I have several subreports that requires the same orderID it prompt for the value for every subreport. Is there a way to make the report get the ordreID once and reuse it for each subreport without the need for the prompt, ogr is it a way to do it in code?