Hi,
I am using QBE with TOracleDataSet. I need add some criteria before I call ExecuteQBE. How can I do it? If I modify SQL.Text it is not used in this query. When I modify it in BeforeQuery then original SQL won't be restored.
For example:
In QBE user enter department_id = '8%'
I need add criteria ' and level > 1 and level < 5 '
DOA 4.0.7.1
I am using QBE with TOracleDataSet. I need add some criteria before I call ExecuteQBE. How can I do it? If I modify SQL.Text it is not used in this query. When I modify it in BeforeQuery then original SQL won't be restored.
For example:
In QBE user enter department_id = '8%'
I need add criteria ' and level > 1 and level < 5 '
DOA 4.0.7.1