We are producing a fairly complex report from an Access database. To this point we have used Access queries to obtain the data and perform all the calculations. Then using a .ttx file we are populating the .rpt file to produce the report.
The problem is that we want to get away from dependency on Access queries to do all the work and instead use an application (VB for example). We want to launch the application from an ASP page, have the application create all the recordsets (several will be required), perform all the calculations, and then feed the final values to Crystal Reports.
Question: can Crystal Reports take variables fed directly from an application? Or is there another approach that must be used?
Thanks to anyone with practical solutions here.
The problem is that we want to get away from dependency on Access queries to do all the work and instead use an application (VB for example). We want to launch the application from an ASP page, have the application create all the recordsets (several will be required), perform all the calculations, and then feed the final values to Crystal Reports.
Question: can Crystal Reports take variables fed directly from an application? Or is there another approach that must be used?
Thanks to anyone with practical solutions here.