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 derfloh 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: *

  1. sstevie1

    How to check if form is open?

    Thank you very much TheAceMan1 for all your help. While I was waiting for replies I used this approach: Dim strformName As String Const conObjStateClosed = 0 Const conDesignView = 0 strformName = "frm_findInvoicePU" If SysCmd(acSysCmdGetObjectState, acForm, strformName) <>...
  2. sstevie1

    How to check if form is open?

    1)I need to be able to check if a certain form is open. 2)Or I need to tell which forms are open and depending on a form name run code. Many, many thanks!

Part and Inventory Search

Back
Top