in 8.5 COM this was possible:
'begin snippet
Set session("oApp") = Server.CreateObject("CrystalRuntime.Application")
Set session("oRpt") = session("oApp").OpenReport(basePath & "MyReport.rpt", 1)
sqlScript = <--Good SQL Statement with...
in 8.5 COM this was possible:
Set session("oApp") = Server.CreateObject("CrystalRuntime.Application")
Set session("oRpt") = session("oApp").OpenReport(basePath & "MyReport.rpt", 1)
sqlScript = <--Good SQL Statement with modified WHERE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.