Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: noise
  • Order by date
  1. noise

    Reports Background Engine

    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...

Part and Inventory Search

Back
Top