Composant from TfrxCustomQuery
Hello
I create a new dataset from TfrxCustomQuery.
I create a report with it. And initialise the params of my sql request.
In the code, when I want to access to params to get params of my sql, i acces to the name but not to the datatype (it is always at ftUnknown) or the expression.
Thank for help
Comments
See procedure frxParamsToTParameters(Query: TfrxCustomQuery; Params: TParameters); as a sample in the frxADOComponents.pas
Thank