I have a form, if I put a Menu Operation that uses Aware's builtin "Delete Object", then the form closes properly and returns to previous calling program.
However, I need to use "Delete" Action in a process, because after Delete, I need to perform some house cleaning. But If I use "Delete" Action in a process, the Form does NOT get closed and I get error that "the record may have been deleted". Which the error makes sense, since the form is trying to re-display after process and there is no record.
So, How do I tell Aware to close the form in the process? I can't find any "Close" Action.
Thanks!