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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get parameters from URL

Status
Not open for further replies.

kate8

Programmer
Feb 14, 2001
184
US
Hi,

I have a Crystal Report that will be opened from another application, so the report need to get the parameters from the URL or JavaScript. Such as or Window.open(‘crystalreportserver?reportid=123&num=345>’);

I am not sure if that is possible. How can I get the parameters from outside of the report into my Parameter fields?

Thank you so much for any suggestions and helps.
 
Hi Kate8,

You wouldn't be able to 'go get' the url, the application would need to pass the report the needed parameter information using the sdk.
 
Hi BlurredVision,

Thank you so much for your respond!!
Do you mean I need make changes or do the setting in the server? I am using Crystal Reports 2008. Could you explain a little bit more detail?

Thank you for your help!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top