No. Once I figured out its quirks (hence why I call it "Quirk Reports"), I had absolutely no problems with it (although I haven't used it in years). Try creating other calculated fields to see if it's a problem with calculated fields in general, or just with that particular field (you didn't specify whether you had other calculated fields or not).
Dave --- On Tue, 12/2/08, walker1475 <[EMAIL PROTECTED]> wrote: From: walker1475 <[EMAIL PROTECTED]> Subject: [advanced_delphi] Re: Quickreport Question To: advanced_delphi@yahoogroups.com Date: Tuesday, December 2, 2008, 9:21 AM --- In advanced_delphi@ yahoogroups. com, "walker1475" <walker1475@ ...> wrote: Forgot to add I am using SQL 2005 as the database > > 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? >