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!

We have a report that we view via t

Status
Not open for further replies.

thysonj

Programmer
Jul 6, 2001
240
US
We have a report that we view via the csp pages provided with enterprise. Right now there is a param that gets a dynamically generated view that populates the report. All we need is to pass the param into the report and it grabs the data via a sp. Is theer any way to pass the param to the report. I am thinking maybe a url param one the viewreport.csp page but I am unsure hopw to implement that or even if it will work. Right now we simply get the param request form and enter the id in that way but that is not a viable solution for us. Any ideas on how to get this 0one id to the report?
 
i am calling the report like this
Code:
SetPreviewVar(516 ,'CrystalEnterprise.Report','SmurfitInd',-1,-1);
handleAction(516 ,'-10000');

and this is working but i need to get the param in without the request screen coming up...i am desperate for any ideas...thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top