Hi, I need help on passing parameters from ASP to Crystal Report. I have created a Report which uses 2 different stored procedure with each has a parameter. How can I pass the same value of a first stored proc to the next? I’m using this method:
objCrystal.StoredProcParam(0) = "20020812001"
But when I’m running the report it only return the result of the first stored Procedure.
Thanks in Advance
objCrystal.StoredProcParam(0) = "20020812001"
But when I’m running the report it only return the result of the first stored Procedure.
Thanks in Advance