Can I modify a ADOQuery Parameter in code

edited 3:02AM in FastReport 3.0
in FR2 i cleared the sql and reloaded the sql i needed for the different options selected by the user.

this was fine, but it caused a massive amount of code on the OK button.

In quickreports I can edit the parameters in code, im just wondering if fr3 can do this?

Comments

  • edited 3:02AM
    Do you want to do something like this?
    ADOQuery1.Params[0].Value := ...

Leave a Comment