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:07PM
    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:07PM
    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:07PM
    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:07PM
    Ah, yes, sorry.
    It was my fault.
    Now it works fine.

    thx

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.