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

Passing Paramter through Hyperlink

Status
Not open for further replies.

veeru75

Programmer
Aug 6, 2001
10
US
I am passing parameter through hyperlink, Like
The Agency.PFS_Number is the database field. I wanted to pass this value to the Sql Query. How to get the value from hyperlink, Pass the Value to Sql Query.
Please help me.

Thanks in advance.
 
You are using Web Componenet Server now.
If you want more control, such as accessing report properties, you need to use Report Designer Component(CRAXDRT.DLL) and call your report through ASP code.
Take a look at the Seagate Samples (is you intalled them with Crystal). Open the browser, type //localhost/scrsamples
and click on ASP samples. I think there is a sample of how to access SQLQuery property. If you don't find it, those exaples can be downloaded from Seagate site. Look for aspxmps8.zip or .exe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top