Strange behavior of FR3
I have MyQuery1 (TIBQuery) in my DataModule and SQL query is "Select * from A".
I have also MyfrxQuery1 (TfrxDBDataset) also in my datamodule, and connected to MyQuery1.
It works, and in FR3 a can add data source MyfrxQuery1 and work with dataset in my Report.
But when I try to change my SQL query in MyQuery1 to "Select * from A where ...",
the problem occures.
I can preview data in FR3 but : Memo1:Field not found "MyfrxQuery1."Name".
(But I can see field Name on preview... but an error occures.)
What's wrong ???
Thank you
Lubos
I have also MyfrxQuery1 (TfrxDBDataset) also in my datamodule, and connected to MyQuery1.
It works, and in FR3 a can add data source MyfrxQuery1 and work with dataset in my Report.
But when I try to change my SQL query in MyQuery1 to "Select * from A where ...",
the problem occures.
I can preview data in FR3 but : Memo1:Field not found "MyfrxQuery1."Name".
(But I can see field Name on preview... but an error occures.)
What's wrong ???
Thank you
Lubos
Comments