Hi,
I’ve made form linked with a field link to a grid. The form appears modal and automatically returns after update.
In the form I only want to set a value in the current record and return to the grid.
The grid must display the new value. That’s why I use a form to do so. I don’t want the user clicking an update button.
sc_exit() returns nicely to the parent application but doesn’t refresh the parent application.
Is there something like sc_do_update() ? (Not that I found). Or how do I force the update action?
Regards,
Martin