Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

send SQL query to subreport

Status
Not open for further replies.

elibb

Programmer
Oct 22, 2001
335
MX
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:

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top