Link to home
Start Free TrialLog in
Avatar of bhavesh55
bhavesh55

asked on

Pass Parameter to Crystal.....

I would like to pass parameter into crystal report without prompting to user.I mean from frontend(e.g. Clarify)if user select 1 option out of 3.With that option i want to pass some value as "Concise report" or " Detail Report" to crystal report.And i want to print it at particular place in my report depends on user's selection.How do i do that ?

Thanks for your time in advance.

I am eagerly waiting for your reply.

Thanks,
bhavesh55
Avatar of RKMAGICMAN
RKMAGICMAN

What version of crystal are you using?
I have the answer but I may only be valid for crystal 7.
Use "ParameterPromptingEnabled" property of the object "CRPEAuto.Report" and set the value to false for not prompting for parameters.
ASKER CERTIFIED SOLUTION
Avatar of SergeDymkov
SergeDymkov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial