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