I have a application that uses a grid to display the records. The users have the option to filter the records. There is also a button setup to run a report on what ever records are populated within the grid. All that works no problem. What I am having problem with is Quickreports not displaying data for one field on the first record. This field is setup as a calculated field in a ADO query. The field on the report uses a QRDBText component but I have changed it to a QRMemo and also tried displaying the text using a QRLabel just grabbing the data on before print event. Same result no data for the very first record on that particular field and it only that one field.
I am using Delphi 7 and Quick Report Professional 4.05 Has anyone else run into this problem?