home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Du Jour
/
SoftwareDuJour.iso
/
BUSINESS
/
DBASE
/
MEMBERS.ARC
/
STOPRPT.PRG
< prev
next >
Wrap
Text File
|
1986-10-16
|
512b
|
20 lines
*----------------------------------------------------------------------
* Program : Membership Database Package
* File : STOPRPT
* Function: ESC Processor for aborting reports/labels
* Author : J. North
* Version : (AT contest)
* Date : 10/15/86
*----------------------------------------------------------------------
*
set escape off
on escape
pkey=inkey()
select 1
use
set console on
clear
do dialog with 10,"Report Terminated - Press any key."
wait ""
return to master