Unreliable report?
Hi,
First of all, I am using FR version 2.45 with Delphi 5 Update pack 1 on Windows XP SP2.
We created a report few months ago with few queries like one to retrieve the name of a client in the form <title> <forename> <surname>, the query is simple:
We didn't change the report for a while and it was working fine until recently, we are getting an error message saying it could not find 'DialogForm.qryClient."TITLE"'.
What should I check or do to fix this problem?
Regards.
Raphael
eZee Software
First of all, I am using FR version 2.45 with Delphi 5 Update pack 1 on Windows XP SP2.
We created a report few months ago with few queries like one to retrieve the name of a client in the form <title> <forename> <surname>, the query is simple:
SELECT TITLE, FORENAME, SURNAME FROM CLIENTS WHERE (ID_CLIENT = :ID_CLIENT)
The query is on a dialog form called 'DialogForm' (by default) and is called 'qryClient', the parameter ':ID_CLIENT' is provided on the 'OnGetValue' event of the report component.We didn't change the report for a while and it was working fine until recently, we are getting an error message saying it could not find 'DialogForm.qryClient."TITLE"'.
What should I check or do to fix this problem?
Regards.
Raphael
eZee Software