Exception with message 'Memo21': Error in expression....frxDataSet :Identifier expected
Hello,
I'm trying to migrate an application using FR 5 to FR6.5 that's running in production fine for years.
reports are created in designer and saved then called from an Intraweb application.
When I activate the dataset in the designer I can preview the form just fine. But when I call it from the program utilizing the same dataset I get what appears to be a field mapping issue. (see attached screenshot)
I'm not sure how to interpret this error. Memo21 is bound to display a field in the dataset.
like this: [frxTSDataSet."TSStart"]
Any ideas about what has changed between VCL 5.0 and VCL 6.5 that I should do differently?
Regards,
Kevin
Delphi 10.3 Update 3
Windows 10 Pro
Fast Reports 6.5.1
Comments
Create small demo project with error and send it to support@fast-report.com
I got this problem too. Im trying to create a new report and the dataset are active, but i received the same error after execute preparereport.
Im using fast resport 6.5, delphi 10.3.3.
I made it work doing this:
frxReport.DataSets.Add(myDataSet);