Page 1 of 1

Recordset property at TUniQuery

Posted: Sat 19 Feb 2011 17:00
by rommy
Hi,

In the past, I used below code to connect crystal report viewer to my TAdoQuery.


IReport1.Database.SetDataSource(ADOQuery1.RecordSet,3,1);


Now while I am using TUniQuery, I get lost since there is no property TUniQuery.RecordSet.

Please help me to find solution. Thanks in advance.

Posted: Mon 21 Feb 2011 15:20
by AndreyZ
Hello,

All datasets in Delphi are inherited from the TDataSet component. Please ask Crystal Report support about the usage of standard Dataset components in reports.