I am trying to pass a parameter from VB to crystal. I used the
[reportname.]ParameterFields(0)= "paramname;paramdata;TRUE"
I was under the impression that with the command TRUE at the end it would not prompt for the information, it just passes the paramdata straight into the report. THis does not seem to be the case, the prompt still appears. If I use the TRUE statement the prompt box is blank, but if I use the FALSE statement then the prompt box is populated with paramdata.
The problem is that I dont want the prompt box to appear at all. I want VB to pass the parameter straight into the report. Any ideas how to do this would be greatfully appreciated.
[reportname.]ParameterFields(0)= "paramname;paramdata;TRUE"
I was under the impression that with the command TRUE at the end it would not prompt for the information, it just passes the paramdata straight into the report. THis does not seem to be the case, the prompt still appears. If I use the TRUE statement the prompt box is blank, but if I use the FALSE statement then the prompt box is populated with paramdata.
The problem is that I dont want the prompt box to appear at all. I want VB to pass the parameter straight into the report. Any ideas how to do this would be greatfully appreciated.