simonthompson
Programmer
I'm trying to call a report from an ASP page that is filtered based on a set of checkboxes. The call to the report goes fine, but Crystal (ver 8.0) only picks up on the first value in each of the prompts:
i.e.
i.e.
Code:
<A HREF="//localhost/ProductReport.rpt?init=actx&prompt0=1+2+3&prompt1=1+2&prompt2=1+2+3+4+5">[code]
results in report only finding prompt0=1, prompt1=1, and prompt2=1.
I've tried many different separators (instead of the +),but none of them seem to work. The report is set up so that it is expecting multiple values for each parameter, and if I call the report with no prompts, it displays the dialogue asking for them, and then shows what it's supposed to... I really need it to be in the URL though.