pass sql param to report
Hi,
I have a report that needs a param for the ado query, I need an example of how to set this in Delphi so the application can run the report.
Thanks,
FredFlint.
I have a report that needs a param for the ado query, I need an example of how to set this in Delphi so the application can run the report.
Thanks,
FredFlint.
Comments
Hi,
Could you help me with using a variable in the sql. I have put together a basic report that display a ado query and the SQL has a Param :OrderNo.
If i set this the value in the param dialog the result are displayed. How would I use a variable to do this? I can create a variable, just need to know how to use it in the sql.
Thanks.
Thanks for the help, I have it working now.
This just it? How simple that haven't thought of it. BTW, thanks man...