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
frxIBXComponents X IBCConection: Error.
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).
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).