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

Comments

  • edited 12:08AM
    Change the frxADOComponents.pas file:

    TfrxADOQuery = class(TfrxCustomQuery)
    protected
    procedure OnChangeSQL(Sender: TObject); override;


    procedure TfrxADOQuery.OnChangeSQL(Sender: TObject);
    begin
    FQuery.Parameters.ParseSQL(FQuery.SQL.Text, True);
    inherited;
    end;
  • edited 12:08AM
    Thx,

    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
  • edited 12:08AM
    It works for me. Did you recompile the packages using instructions in the "install.txt" file?
    Please wait for FR3.02 - it comes soon.
  • edited 12:08AM
    Ah, yes, sorry.
    It was my fault.
    Now it works fine.

    thx

Leave a Comment