1

(2 replies, posted in Reports)

Hi All,
I would like to filter some records in FastReport.  I've learned that I can filter records using Report(SQL).  However I would like to do it in Report only, if possible.  It is because I have a number fields that come from different tables and it looks like it would be quite a chore to do it in ReportSQL.
.
Everything I've read says that it can be done in FastReport but I haven't been able set it up.  I'm wondering if our MVD version of FastReport does not have that feature?

Is there a way to backup the files and the retore the data a copy of the application?

Can someone tell me why this procedure dosn't work:

procedure FrmSZone_EdtName_OnClick (Sender: TObject);
begin
      FrmSZone.EdtName := FrmSZone.EdtELN;
end;