Hi, i'm using Crystal Report 8.5 and i'm using unbound fields for the data in the report.
All i want is to know how to use for that report, a Recordset i create myself and not a recordset from a table or Connection.

I tried m_Report.Database.AddOLEDBSource and
m_Report.Database.SetDataSource m_RS
but it's giving errors

Any ideas ?