Update data in form after link to control-application

Hi,

Can anybody help me with the following, I have a form that contains the data from within the database.
I created a button that is linked to a control application, and where the user can confirm a change to the data. The data is updated (in OnValidateSuccess) with sc_exec_sql. The control is closed with sc_exit(), also in OnValidateSuccess.

The update itself is correct (database is ok), but the data in the form is not refreshed.

Is there a way to get this working correctly, I have tried several ways but none of them seem to work?

any help appreciated,
Glenn

try sc_exit(sel) ? my problem is different, i wan tto refresh one detail form when other detail form is updated. both are multi line grids.

Hi,

tried all combinations, sc_exit(sel), sc_exit(ref) and so on, nothing seems to do it!
Once this could work, it would become much more userfriendly to achieve this functionality (for now I am not able to explain this to the endusers).

Any other possibility, workaround?

thanks, regards,
Glenn