Hi!
I'm working on Crystal Reports 8.0
I want to launch a report from an application developped with centura SQL*windows 2.0 with parameters.
I can execute a generated report (with the patch that enables to make an .EXE file, like in former versions), but the user is asked to type in the values of some parameters, like login, password or name of the database.
I would like the users not to enter any of these, but I don't know how to send parameters to the report.
I figure it would be something like:
"C:\Program Files\Seagate Software\Crystal Reports\crw32.exe C:\my documents\report.rpt database login password value_of_a_parameter"
or
"C:\my documents\report.exe database login password value_of_a_parameter"
Thanks
Patrick
I'm working on Crystal Reports 8.0
I want to launch a report from an application developped with centura SQL*windows 2.0 with parameters.
I can execute a generated report (with the patch that enables to make an .EXE file, like in former versions), but the user is asked to type in the values of some parameters, like login, password or name of the database.
I would like the users not to enter any of these, but I don't know how to send parameters to the report.
I figure it would be something like:
"C:\Program Files\Seagate Software\Crystal Reports\crw32.exe C:\my documents\report.rpt database login password value_of_a_parameter"
or
"C:\my documents\report.exe database login password value_of_a_parameter"
Thanks
Patrick