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

Pass parameters to Crystal 8.5 from a source other than VB

Status
Not open for further replies.

jsteff

Technical User
May 22, 2003
109
US
Crystal 8.5 Enterprise.
My application prompts the user for the start/end dates needed for the report. I do NOT want to use the Crystal parameters prompting screen. How can I pass the start/end dates to Crystal?

I thought I would be able to submit a startup command with parameter values like:
job_report.rpt 01/01/2003 05/01/2003

Any ideas?
 
HI,
Read the docs on using a form (asp or csp or plain html)to gather parameter values and pass them to your published report.( VBscript or JavaScript can be used--may be other methods as well)
If a non-managed report pass the parameter values on the url....(
Code:
&prompt0=<startdate>&prompt1=<enddate>
- Or use the newer and better
promptex-StartDate=<somedate> if you named the parameter StartDate
)


[profile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top