Hi,
I’m trying to use macro in the event onAfterUpdate:
sc_commit_trans();
sc_exit();
The transaction work fine, I mean, the database is updated, but the form is not closed. The same code is used on onAfterInsert and work fine, I mean, the for is closed and back to the GRID that call initially, but in event onAfterUpdate keep like screenshot:
[ATTACH=CONFIG]n70089[/ATTACH]
Thanks for your comments.
AYMG