Click on Params for Query does nothing
Hello.
I am evaluating FastReport Studio 4.6.80 Trial.
I've managed to connect to the SQLite database using ADO SQLite ODBC driver.
I've also managed to create a database connection and to pull data from the database.
But now I need to specify a parameters in my queries (for example, to print a receipt from the database).
I see that there is a Params property on the TfrxADOQuery, but when I click on those three dots,
nothing happens? Any hints why?
I've attached two screenshots to help the problem assessment.
Can somebody please help me with this situation?
This is basically a buy-blocker for me.
I am evaluating FastReport Studio 4.6.80 Trial.
I've managed to connect to the SQLite database using ADO SQLite ODBC driver.
I've also managed to create a database connection and to pull data from the database.
But now I need to specify a parameters in my queries (for example, to print a receipt from the database).
I see that there is a Params property on the TfrxADOQuery, but when I click on those three dots,
nothing happens? Any hints why?
I've attached two screenshots to help the problem assessment.
Can somebody please help me with this situation?
This is basically a buy-blocker for me.
Comments
ie
select * from customer
where custno =:p1