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

Parameters from VB to Crystal 9.0

Status
Not open for further replies.

veronic

Programmer
Apr 6, 2004
73
0
0
US
I use Crystal 9.0, Oracle DB. When I need to send parameters from web page to Crystal I am using following code:

Session("Val1") = dtBeginDate
Session("Val2") = dtEndDate

Response.Redirect("fp_monthly_pdf.aspx")

I am looking for other possibilities to send parameters (not Session)..??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top