home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / focus001 / foc001g.bas < prev    next >
BASIC Source File  |  1992-05-04  |  218b  |  9 lines

  1. Global ngVerifyOK As Integer
  2. Global ngCtlFocusID As Integer
  3. Global ngCurrValue As Integer
  4. Global ngCurrIndex As Integer
  5. Global Const TRUE = -1
  6. Global Const FALSE = 0
  7. Global Const MSG_STOP_OK = 17  ' STOP + OK
  8.  
  9.