home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / dbasel / 1166 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.1 KB  |  29 lines

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