hi, i have a vb6.0 application, and im using CR9 to generate my reports.
i usualy send the query to my report like this:
but in this case, i have a subreport and i want that one to use its query respecting the where clausule..
i hope i made myself clear.. all i need is a way to send a sqlquery to the subreport..
thank you very much
Eli
i usualy send the query to my report like this:
Code:
Report.sqlQueryString="Select * from Clients where Date = " varDate
but in this case, i have a subreport and i want that one to use its query respecting the where clausule..
i hope i made myself clear.. all i need is a way to send a sqlquery to the subreport..
thank you very much
Eli