I am trying to populate a grid using the results of a query. The query has a where clause with a bind variable:
where clientid = :submit
The variable submit is defined as a string using the variable editor.
I use a lookup box to display a list potential values for submit.
How do I assign the value fro the list box to the bind variable and query the TOracleDataSet?
Thanks for your help
where clientid = :submit
The variable submit is defined as a string using the variable editor.
I use a lookup box to display a list potential values for submit.
How do I assign the value fro the list box to the bind variable and query the TOracleDataSet?
Thanks for your help