Hi,
I have a grid application, added a php button (modal) which calls sc_exec_sql(“my query”) then call sc_exit(), modal went away and back to the grid application.
Is there a way to reload the grid after sc_exit() is called?
Thanks
Hi,
I have a grid application, added a php button (modal) which calls sc_exec_sql(“my query”) then call sc_exit(), modal went away and back to the grid application.
Is there a way to reload the grid after sc_exit() is called?
Thanks
sc_exit(sel)
Thanks for the suggestion, Giu…I tried it but it doesn’t seem to reload the grid application.
My workaround is to create a blank app to execute the sql. My php button sc_redir to that blank app then sc_redir back to the grid application.