home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!csd4.csd.uwm.edu!srinivas
- From: srinivas@csd4.csd.uwm.edu (Srinivas Vuppuluri)
- Newsgroups: comp.databases
- Subject: Re: Reading dBase III+ Files
- Date: 7 Nov 1992 17:44:52 GMT
- Organization: Computing Services Division, University of Wisconsin - Milwaukee
- Lines: 20
- Sender: srinivas@csd4.csd.uwm.edu
- Message-ID: <1dgvakINN4fu@uwm.edu>
- References: <1992Nov4.175300.2787@vela.acs.oakland.edu> <1992Nov5.091756.106@turtle.fisher.com>
- NNTP-Posting-Host: 129.89.7.4
-
- Why not display the data and log it to a text file? The latter can be edited
- with a standard editor or with a 3GL.
-
- Try the following:
- SET HEADING OFF
- SET ALTERNATE TO TEXTFILE /* (will be saved as TEXTFILE.TXT) */
- SET ALTERNATE ON
- DISPLAY ALL OFF
-
- Is this too simp for what you wanted or am I missing something here?
-
- Srinivas
-
-
-
- --
- **************************************************************************
- * srinivas@csd4.csd.uwm.edu I speak for myself. *
- * University of Wisconsin-Milwaukee *
- **************************************************************************
-