Page 1 of 1

frxIBXComponents X IBCConection: Error.

Posted: Thu 30 Apr 2009 12:10
by SOSBRASIL
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

Posted: Tue 05 May 2009 07:53
by Plash
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).