I am trying to pass parameters from my ASP page to crystal reports. Crystal Reports opens and prompts the user to enter the values. I want the ASP page to pass the parametetrs to crystal reports which should execute a stored procedure based on those parameters without prompting the user to enter the values when crystal report opens.
I tried with methods:
1)querySQL = " & querySQL
2)querySQL = "SPCFTVReport_New.rpt?rf=1&user0=&password0=&wid=" & varWID & "&CFID=" & varCFID & "&IOval=" & varIOVal
3)
In either case i have same answer, that is promting the user to enter the values.
How do I do this?
I tried with methods:
1)querySQL = " & querySQL
2)querySQL = "SPCFTVReport_New.rpt?rf=1&user0=&password0=&wid=" & varWID & "&CFID=" & varCFID & "&IOval=" & varIOVal
3)
In either case i have same answer, that is promting the user to enter the values.
How do I do this?