home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!cbnewsd!att-out!rutgers!igor.rutgers.edu!remus.rutgers.edu!bjkramer
- From: bjkramer@remus.rutgers.edu (Brian Kramer)
- Newsgroups: comp.os.msdos.programmer
- Subject: Re: Disable CTRL+BREAK from a TP6 program
- Message-ID: <Nov.18.19.53.08.1992.27930@remus.rutgers.edu>
- Date: 19 Nov 92 00:53:09 GMT
- References: <1992Nov18.141829.813@bradford.ac.uk> <Nov18.202206.59161@yuma.ACNS.ColoState.EDU>
- Organization: Rutgers Univ., New Brunswick, N.J.
- Lines: 12
-
- hallch@CS.ColoState.EDU (christopher hall) writes:
-
-
- >>I am writing a TP6 program which requires the CTRL+BREAK sequence to be
- >>disabled, as it loads in data tables and manipulates them in real time.
- >>If CTRL+BREAK is pressed then the program bombs out and leaves the tables
- >>in a real mess.
- >>
-
- If I am not mistaken there is a real simple one line statement you can put into
- your TP programs that is something like checkbreak:=false. If can't
- think of it offhand....I'll look it up and get back to you.
-