home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / dbasel / 1427 < prev    next >
Encoding:
Text File  |  1993-01-07  |  959 b   |  28 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!udel!news.udel.edu!darwin.sura.net!paladin.american.edu!auvm!MCIMAIL.COM!0003081833
  3. Message-ID: <84930107213948/0003081833NA2EM@mcimail.com>
  4. Newsgroups: bit.listserv.dbase-l
  5. Date:         Thu, 7 Jan 1993 21:39:00 GMT
  6. Sender:       "Discussion on the use of the dBase language and related
  7.               dialects" <DBASE-L@NMSUVM1.BITNET>
  8. From:         "Anthony K. Lima" <0003081833@MCIMAIL.COM>
  9. Subject:      RE: Help ..... Close an activated work area on FOXPRO
  10. Lines: 16
  11.  
  12. >> I can't figure out how to close one of the activated work
  13. area. For example,
  14.  
  15. USE file1 IN 1
  16. USE file2 IN 2
  17.  
  18. Is there anyway that I can close the activated work area 1
  19. ONLY ?? Any suggestions will appreciate. Thanks in advance. <<
  20.  
  21. Sure, it's easy.  To close the file in work area 2, use
  22.  
  23. SELECT 2
  24. USE
  25.  
  26. You could try USE IN 2 with no file name, but I don't know if
  27. that will work.  Hope this helps. -- Tony Lima
  28.