Originally, we designed a report in CR 8.0 and stored it on our NT server (running the web server, too). We have an asp that retreived a selected part of the report by passing a user-selected value to the CR. Meanwhile, working on a newer machine running in CR 8.5/Crystal Enterprise 8.0, I redesigned the report. When I saved the 8.5 report on the original server (running CR 8.0) the selection worked as intended, retrieving only a small part of the report. But when we changed the asp to pass the parameter to the 8.5 report now residing on the new machine running CR 8.5 (we changed the "PROMPTX" to "PROMPTEX" in the asp code) no selection occurs, i.e. the entire report is returned. Any suggestions about what we're missing?