How choose a TpFIBDatabase component with a FIBQuery1 component on a the data page ?
Hello,
I have a form with FIBPlus components :
-two TpFIBDatabase components : BASE1 and BASE2
-two TpFIBTransaction : T1 and T2
and FastReport Components :
-frxReport1
-frxDesigner1
-frxFIBComponents1
I have set frxFIBComponents1.DefaultDatabase to BASE1
When I call the designer, I have the FIBPlus's components icons on the data page. -> OK
But when I insert a FIBQuery1 component on the data page, I can't change the database property in the designer's inspector. It's impossible to change the database. All I can do is to have the BASE1.
How I can change the database to BASE2 ?
Thanks for your help.
I have a form with FIBPlus components :
-two TpFIBDatabase components : BASE1 and BASE2
-two TpFIBTransaction : T1 and T2
and FastReport Components :
-frxReport1
-frxDesigner1
-frxFIBComponents1
I have set frxFIBComponents1.DefaultDatabase to BASE1
When I call the designer, I have the FIBPlus's components icons on the data page. -> OK
But when I insert a FIBQuery1 component on the data page, I can't change the database property in the designer's inspector. It's impossible to change the database. All I can do is to have the BASE1.
How I can change the database to BASE2 ?
Thanks for your help.
Comments