home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!MAILBOX.MAIL.UMN.EDU!GILLARD
- X-Envelope-to: dbase-l@NMSUVM1.BITNET
- Content-transfer-encoding: 7BIT
- X-Popmail-Charset: English
- Message-ID: <30618.gillard@mailbox.mail.umn.edu>
- Newsgroups: bit.listserv.dbase-l
- Date: Tue, 10 Nov 1992 08:30:16 -0600
- Sender: "Discussion on the use of the dBase language and related
- dialects" <DBASE-L@NMSUVM1.BITNET>
- From: "(Steve Gillard)" <gillard@MAILBOX.MAIL.UMN.EDU>
- Subject: Removing an unwanted message
- Lines: 14
-
- I have some applications which create text files used for word processing
- mail merge functions. In the dBase application I get the following message
- on the screen.
-
- <Press any key to continue...>
-
- The first thing I looked for was a WAIT command in the program at this
- point; however, when I traced the program execution what I found was the
- following line of code.
-
- <! erase c:\wp51\pc\label.txt>
-
- I there a way to suppress this wait message? I is a problem particularly
- when multiple files are being erased?
-