frxIBXComponents X IBCConection: Error.

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
SOSBRASIL
Posts: 1
Joined: Wed 29 Apr 2009 22:35

frxIBXComponents X IBCConection: Error.

Post by SOSBRASIL » Thu 30 Apr 2009 12:10

How do I get the component "frxIBXComponents" on property "DefaultDatabase," to find the component "IBCConection" in a "Data Module" or even in the Form. As the original component of Delphi, but he finds this "IBCConection, not access.
Could help me

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

Post by Plash » Tue 05 May 2009 07:53

frxIBCComponents cannot find the connection outside the report.

You can use a connection from the form in the following way:
Place the datasets for report on the same form or datamodule. Place the TfrxDBDataset component for each dataset, and assign corresponding dataset to its DataSet property. Then you can use the TfrxDBDataset components in your report (use Report | Data in the menu of the Report editor).

Post Reply