reports (Rave)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nclark
Posts: 19
Joined: Wed 10 Oct 2007 11:45
Location: Norway

reports (Rave)

Post by nclark » Fri 23 Nov 2007 01:41

Am new to Delphi. Would like our Delphi app to produce a custom letter. We see that Rave reports is a standard part of Delphi but cant figure out how to get Rave to recognise our Oracle tables through ODAC components. Help please!!!! We get it to work with BDE ... but wish to avoid using BDE. Thanks

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 23 Nov 2007 09:45

To use TOraTable component in Rave reports, drop on the form TRvDataSetConnection component from Rave page. Set its DataSet property to the TOraTable component. In the report designer create new Data Object - Direct Data View and select TRvDataSetConnection component you have created.

nclark
Posts: 19
Joined: Wed 10 Oct 2007 11:45
Location: Norway

Post by nclark » Mon 26 Nov 2007 12:04

Worked well - thank you

Post Reply