I have CR8.5 Crystal report. I need to pass a parameter value from a form. I have crviewer control my the form and the report runs fine. Can anyone guide me on that?
Synap. It did help. Got to a point where I can pass a default value to the report's parameter. Got a new problem. I am getting prompt for the parameter every time I run the report with that default value showing in the value box of the parameter prompt box. I have this code:
crxReport.ParameterFields.Item(1).AddDefaultValue = "NONE"
crxReport.EnableParameterPrompting = False
The second line supresses the prompt but I am not seeing any value in the parameter. Any ideas?
I tried it in this order too but still no value in the parameter.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.