| View previous topic :: View next topic |
| Author |
Message |
Rhea Grason Guest
|
Posted: Fri Mar 16, 2007 9:12 pm Post subject: ADO Datasets/Queries |
|
|
I am using Delphi 5 and Quick Reports. I am switching from BDE to ADO. I have reports where I use queries from a form to provide the data for the report. The ADO components are not showing up in the choices for a dataset in Quick Reports. Why not? Thanks. |
|
| Back to top |
|
 |
Rhea Grason Guest
|
Posted: Fri Mar 16, 2007 9:56 pm Post subject: Re: ADO Datasets/Queries |
|
|
I found the problem.
| Quote: | Rhea Grason<Rhea.Grason (AT) beaverplastics (DOT) com> 3/16/2007 10:12 AM
I am using Delphi 5 and Quick Reports. I am switching from BDE to ADO. I have reports where I use queries from a form to provide the data for the report. The ADO components are not showing up in the choices for a dataset in Quick Reports. Why not? Thanks. |
|
|
| Back to top |
|
 |
Guest
|
Posted: Wed Apr 11, 2007 4:21 pm Post subject: Re: ADO Datasets/Queries |
|
|
On Mar 16, 9:56 pm, "Rhea Grason" <Rhea.Gra...@beaverplastics.com>
wrote:
| Quote: | I found the problem.
Rhea Grason<Rhea.Gra...@beaverplastics.com> 3/16/2007 10:12 AM
I am using Delphi 5 and Quick Reports. I am switching from BDE to ADO. I have reports where I use queries from a form to provide the data for the report. The ADO components are not showing up in the choices for a dataset in Quick Reports. Why not? Thanks.
|
Hi Rhea,
Have you given value to the DataSet property of Quick Report ? Also
you should use the unit from where u are calling report to print/
preview in Quick Report form so that this can have access the required
variables.
Pradeep |
|
| Back to top |
|
 |
|