Since your report runs in sync with your form, you can use some WINAPI functions to close the RBE.
The following are in VB3 but can be adopted to ORA_FFI easily:
Const SW_SHOWMINNOACTIVE = 7
Const SW_SHOWNOACTIVATE = 4
Const WM_SYSCOMMAND = &H112
Const SC_CLOSE = &HF060
Declare Function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.