I have an ASP page that successfully passes values to the page that has the crystal report viewer within it.
My connection is fine becuase the report returns all the records in the view that the report was designed around. However the code:
doesn't seem to limit the dataset that the report displays.
the selectsting varialble is dynamic and that part seems to work.
I just cant seem to get Crystal to see the querystring. I recently upgraded to Crystal 8.5. Do I need to get new include files??
I just don't know what else to do.
My connection is fine becuase the report returns all the records in the view that the report was designed around. However the code:
Code:
session("oRpt").SQLQueryString = selectstring
the selectsting varialble is dynamic and that part seems to work.
I just cant seem to get Crystal to see the querystring. I recently upgraded to Crystal 8.5. Do I need to get new include files??
I just don't know what else to do.