im new in using crystal reports. I would like to know how to pass an sql statement from a vb6 application system to crystal reports. Is this possible? if so, please help me. if not, is there a work around to this?
If you intend the change the SQL, then it sounds like you'll also need to dynamically build a report. Here's the sample applications for VB using the RDC:
If all you're doing is filtering data against a known set of tables/joins, then consider creating a report and passing a Crystal record selection formula or just Crystal Parameters to it as opposed to constructing a dynamic SQL statement and a report on the fly.
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.