I have setup in my query of SQL: Where [global]
this is in a GRID, I have several buttoms to can change the global variable so change the query.
the problem is refresh the GRID after change the variable.
I have tried on :
sc_exit(ref)-> refresh but doesn’t catch the new value. only Repeat the original query
sc_redir(_self). no work, repeat the original query
sc_redir(_blank). work, but it out of the menu application
sc_where_add. work, but the quick search and filter not work and show errors
is there any way to change del query of a GRID?