EDIT: nevermind someone helped me. form_(name).recalc or form_(name).refresh: form_main.recalc
I have two forms: "main", "details". In the "main" form, I have a button that opens "details" in a dialog. The problem is that I have a checkbox in "details" and when in changes, I need to refresh "main". What command do that? Thank you