-
Hello
I have written a piece of code that interacts with an ODBC DB. I have inserted a Crystal Report Control (ocx). I cant seem to get the control to load the viewer and I also want it so that I can pass an SQL formula too. I dont want anything to complicated like the DSR that come with some CRVIEWERS. All I want to do is load an existing report with new data (taken from the SQL).
Please can anyone help.
M.
-
Just a thought, have you instructed crystal to refresh the report with new data each time it runs :)
-
No problems
Thanks for your help but I have managed to sort it out.
I needed
Crystalreport1.action=1
which subsequently loads the report and a control viewer.
Cheers
M