Home End User

Display slq text

edited November 2002 in End User
Hi,
I have a report where the user changes the date parameters by changing the
sql code from the data tab (
i.e. select * from sp_projected_income ( '3/1/2002' , '4/1/02' ) ORDER BY
MARKET_YEAR, MARKET_NAME_ABRV, MARKET_DATE ). Is there any way to pass
this sql text to a text box on my report header. I use the following code
( Report.GetAutoSearchDescriptionLines(Search_Desc.lines) on the
reportOnStartFirstPass event to get search dialog values. Is there away to
get the sql statement passed to the server?

TIA,
John Tomaselli

Comments

This discussion has been closed.