Form Personalization BuiltIn 'Launch SRS Form' hangs
Hello,
We have a 'Launch SRS Form' Builtin which runs a concurrent program. However, the program stays in 'Running' mode unless we close the form. Probably due to update statements in the concurrent program for the same record displayed in the form. Hence, the users have to manually close 3 windows of the form before the program completes. Is there any way to automatically close the form using EXIT_FORM or any other builtin, right after the program is launched?
I tried adding the EXIT_FORM Builtin right after the Launch SRS Form, but it does not get executed. If I add it before the Launch SRS Form, then the form closes before the concurrent program is launched.Hope this makes sense..