I have an tab application which the first tab is a form and another tabs are grids.
Is there any way when I move between register from the form, the other grid change the SQL query
I have tried this.
the SQL of grids have an WHERE = id [id] (global variable)
In the form on load event , I change the value of this global variable.
but the SQL of the Grid don’t refresh .
I try to reload the iframe each TAB(with GRID), but they doesn’t refresh the SQL
Regards