No value given for one or more requried parameters
Hi,
i created a test-report with embedded DB-Connection.
But always, when i try to load or execute the report i get the message:
"No value given for one or more requried parameters"
But the parameters are correct set.
Here you can find the files:
test.fr3
dbdemos.mdb
regards
Philipp Kaufmann
ERSTE-SPARINVEST KAG
i created a test-report with embedded DB-Connection.
But always, when i try to load or execute the report i get the message:
"No value given for one or more requried parameters"
But the parameters are correct set.
Here you can find the files:
test.fr3
dbdemos.mdb
regards
Philipp Kaufmann
ERSTE-SPARINVEST KAG
Comments
TfrxADOQuery = class(TfrxCustomQuery)
protected
procedure OnChangeSQL(Sender: TObject); override;
procedure TfrxADOQuery.OnChangeSQL(Sender: TObject);
begin
FQuery.Parameters.ParseSQL(FQuery.SQL.Text, True);
inherited;
end;
but that didn't help.
Maybe, i did a mistake:
I just compiled frxADO7.dpk.
Are there other packages, that have to be compiled too?
If not and you have a working version,
it would be great, if you would put this version
into the customer area for download.
regards
Philipp Kaufmann
Please wait for FR3.02 - it comes soon.
It was my fault.
Now it works fine.
thx