Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Rave Reports 6.5E + Delphi2006 + DBisams 4.25 Build 3
Wed, Jul 4 2007 3:14 PMPermanent Link

silven
I have started creating code based (rave reports newbie) with Delphi 2006 and Dbisams with few issues,

however, I would like to investigate the possibitlie of usig the Report designer to link in with my DBisams query results or tables,

I cannot seem to find info on how to get the query fields into the Report designer (with DBISams)

I would like to be able to link the query fields with Data Text Components


Thanks,
Thu, Jul 5 2007 1:54 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

I used an older version of Rave and you had to use a DataSetConnection
and link it to your DataSet. Dont forget to set the RuntimeVisibility to
EndUser.

The other option was to add events for OnGetCol() and OnGetRows() and
add your data fields manually.

Chris Holland


silven wrote:
> I have started creating code based (rave reports newbie) with Delphi 2006 and Dbisams with few issues,
>
> however, I would like to investigate the possibitlie of usig the Report designer to link in with my DBisams query results or tables,
>
> I cannot seem to find info on how to get the query fields into the Report designer (with DBISams)
>
> I would like to be able to link the query fields with Data Text Components
>
>
> Thanks,
>
Image