I've managed to get the designer component working nicely in sessions in my ASP scripts. My question is to do with the sessions that store the objects. I realise that this is necessary to pass the required information to the page server, but I really don't like the way the licence is still used...
If Not IsObject(session("oApp")) Then
Set session("oApp") = Server.CreateObject("CrystalRuntime.Application")
End If
If isObject(session("oRpt")) then
set session("oRpt") = nothing
End If
set session("oRpt") =...
After discovering and using the paramter passing on the query string, I used the following URL:
http://localhost/report.rpt?init=html_frame:connect&user0=u&password0=p&sf={table.column}+like+"*test*"
And it works fine.
I have two questions regarding this:
1) Can I define a selection...
Hi,
I'm in the process of developing a report viewer for Crystal Enterprise 8.
I'm totally new to Crystal reports and have been reliably informed that there is a way to pass a custom SQL WHERE clause to a report. This Where clause would be built up using either CSP or ASP and a form, giving the...
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.