home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / vbdb / vbdbdemo.gbl < prev    next >
Text File  |  1991-08-07  |  195b  |  12 lines

  1. '
  2. 'Global file for VBDB demo program
  3. '
  4.  
  5. DefInt A-Z
  6.     
  7. '--- used in demo, not needed in all programs
  8. Global DBFName As String
  9. Global DBFHandle As Integer
  10. Global NDXHandle As Integer
  11.  
  12.