When I try to make the report an "Query Engine Error" error occers
When I try to make the report an "Query Engine Error" error occers without any details. Why it could be?
There are some earlier reports on this PC wich work fine..
Thanks Vlad
07-04-2005 at 06:29 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: When I try to make the report an "Query Engine Error" error occers
How are making your report? With crystal reports? If yes, where exactly is the error raised?
____________________________
If you find the answer helpful, please mark this topic as solved.
Re: When I try to make the report an "Query Engine Error" error occers
Hi Goran!
I use Crystal. One I can't understand now is how to make a dynamic report. I mean what if select changes their return field set?
Thanks.
08-04-2005 at 05:44 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: When I try to make the report an "Query Engine Error" error occers
If you mean how to display data from a table based on some criteria, you can use RecordSelection formula of the CRAXDRT.Report object. Or you can pass recordset with data you want to display to SetDataSource method of CRAXDRT.Database object.
____________________________
If you find the answer helpful, please mark this topic as solved.
Re: When I try to make the report an "Query Engine Error" error occers
quote:Goran wrote:
If you mean how to display data from a table based on some criteria, you can use RecordSelection formula of the CRAXDRT.Report object. Or you can pass recordset with data you want to display to SetDataSource method of CRAXDRT.Database object.
Hi Goran!
Thank you for your reply! I think it will be better for me to find out any appropriate documentation about objects you told about. While I still can't to find.
Thanks again! Vlad.
11-04-2005 at 05:07 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: When I try to make the report an "Query Engine Error" error occers