Locate with FireDac FDTable
I'm using the latest version of FastReport FMX with Rio 10.3. I'm converting my project from IBX components to FireDAC. All the FastReport FireDac components seem to compile and install properly. I connect to the database and the FD components appear on the form data tab. With IBX I made extensive use of the Table1.Locate command throughout my source. When I replaced the tables with the FD equivalent, I get an error on Table1.Locate.
Is this not supported with FastReports and FireDac? Or is there something else I need to do?
thank you
Is this not supported with FastReports and FireDac? Or is there something else I need to do?
thank you
Comments
Finally able to try this but still get error: "Unknown type TfrxFDTable" on the mytable.Locate command
still same error "Unknown Type: TFrxFDTable" I recompiled all after changing the code, the table displays in the data tree with all fields