Set mouse cursor position after commit
Hello , I have a multi record form . After save , my cursor position moves to the first record ,doesn't stay at the position of the record where save has been done ..
I use the following code in my key-commit trigger
GO_BLOCK('blockname');
SYNCHRONIZE;
CLEAR_FORM(NO_VALIDATE);
EXECUTE_QUERY;
I need to use this as after each save the record is sent to a history table and have to refresh data on each block ..
Any help please ? Thanks.