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.