Using a control form in between

Hi,

From a form I open a control form (OK/Cancel). If OK is clicked another form is opened, but when I close this form I go back to the control form, but I would like to go back to the very first form. Is this feasible or is there another way to create a confirmation to open another form?

You can do that by adding a sc_redir macro on another button or in the appropiate event. Then you can control where to jump to.