Hi,
I have a grid application. I defined a field link to call a blank application.
The blank application is purely a set of php codes to update a file.
I have 2 question for this :
-
How can I return to the grid application after calling the blank application ?
I have tried to use sc_exit() in the last statement of onExec, however, it does not work. -
How can I force the grid application to reload records after calling the blank application?
Thanks!