Page 1 of 1

Fast Report and ZEOS

Posted: 23.04.2008, 06:24
by waheed
Any one using FastReport 4.x and ZEOS 6.6.x can provide me with the db connection component for FR so I could be able to connect to the db internally from FR? The only one available in FR NewGroup is for FR 3.x. I have already asked at FR site. No one seems to be using ZEOS there.

Posted: 24.04.2008, 01:04
by slai
hey waheed

you just have to set the TfrDBDataSet to the Datasource of your query or table.

I had problem with laz 0.9.20 with the datamodule if you use this. i just changed my datamodule to an normal form, then it works.

Posted: 26.04.2008, 08:41
by waheed
But what if I wanted to create the query inside the report at run time using a report dialog box.