We are migrating our site from Informix to SQL/Server and I have a problem when calling my Crystal Report from ASP.
The old code was...
Dim webSource
Set webSource = CreateObject("WebReportSource.WebReportSource")
webSource.ReportSource = webBroker...
We have a report that has a multi value text parameter, this allows the user to enter multiple strings and the report should produce a listing of all records where the customer name begins with any of the strings entered.
We have created a record selection formula on the customer name field of...
Help!!
I am new to ASP and am getting the message...
Object Required: 'Server' from the line
"Set cnn1 = Server.CreateObject("ADODB.Connection")"
in my ASP page.
All works fine without the "Server." prefix but I need to do the data access on the server rather than...
I have several reports based on Crystal Queries (.qry files) against an old Informix database.
I now need to port these reports to a SQL/Server database and put a VB front end on them to allow them to be run by end users.
I think that in order to do this I need to convert the reports to use...
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.