return to specif Grid page

Hello,

I add a Link to a grid application, in the linked application, I change some data showed in the grid, I need to return to the grid from app and refresh the data changed (like a return button in the form application). I tryed with sc_exit() with all the parameters, with sc_redir(), but returned to the first page in the grid are there some way to return to the current page?, page from the link was called?

best regards

Marcelo

Yes I want to know it also. I think it is not easy. First reaction is: You know the id when leaving the grid. But how to come back to that record in the grid?
It cannot been done with a recordset and movenext. It should be something inside the code of SC and do something with goto. There is no standard macor for this.
When I find out I will let you kn0w because this is a general challenge.

try sc_exit(sel);

Hello, thanks for response, sorry for delay, I tryed all the possible parameters with sc_exit() but not work

best regards

Marcelo