Craig B. and others, help…..
I have a form called ac_reports that calls a generic crystal’s RDC form as explained in Craig Beterson site. The RDC form receives 4 parameters : cr_reportname,cr_param1,cr_param2, cr_param3,cr_param4.
It works great with all non-parametized reports. However, it does not work with parameters. Basically the RDC form opens and nothing happens. Here is the weird (sick) part. If I hard-code the report name together with the 2 parameters date fields in the RDC form init event, bingo! it works. It simply will not load or show any data when called from another form.
Now, I have triple checked with messageboxes, type, debugger, etc to make sure that the parameters received are correct and everything checks ok.
Like always, thanks for your comments.
MW!
I have a form called ac_reports that calls a generic crystal’s RDC form as explained in Craig Beterson site. The RDC form receives 4 parameters : cr_reportname,cr_param1,cr_param2, cr_param3,cr_param4.
It works great with all non-parametized reports. However, it does not work with parameters. Basically the RDC form opens and nothing happens. Here is the weird (sick) part. If I hard-code the report name together with the 2 parameters date fields in the RDC form init event, bingo! it works. It simply will not load or show any data when called from another form.
Now, I have triple checked with messageboxes, type, debugger, etc to make sure that the parameters received are correct and everything checks ok.
Like always, thanks for your comments.
MW!