Hi all,
I have a grid application which is called by a menu. When the grid application starts, it checks some conditions to ensure it can be run or not.
I tried to use sc_exit in the OnScriptInit event for the case it fails the checking.
However, I found the sc_exit(ok) macro doesn’t work.
Please help, thanks