home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
mbug
/
mbug106.arc
/
CHECKS.LBR
/
$ACCTS.MNU
next >
Wrap
Text File
|
1979-12-31
|
3KB
|
71 lines
* * * * * $ACCTS.MNU * * * * * 6/30/84
*
* This file is the data which will be user dependent
* to the $CHECKS database system. You should modify
* this (as well as the other 'MNU' files to fit your
* own specific applications.
*
STORE 'ABC' TO active
?
?
?
? ' WHICH ACCOUNT ???'
? ' ================='
?
?
? ' A - JOINT ACCOUNT'
?
? ' B - LAW FIRM ACCOUNT'
?
? ' C - ESCROW ACCOUNT'
?
? ' X - EXIT'
?
?
? ' Please enter your CHOICE...'
SET CONSOLE OFF
WAIT TO account
STORE !(account) TO account
SET CONSOLE ON
DO CASE
CASE account = 'A'
STORE 'JOINT ACCOUNT' TO acctname
CASE account = 'B'
STORE 'LAW FIRM ACCOUNT' TO acctname
CASE account = 'C'
STORE 'ESCROW ACCOUNT' TO acctname
ENDCASE
RETURN
account = 'X'
USE
RETURN
ENDIF
STORE T TO again
DO WHILE again
ERASE
SET TALK OFF
STORE ' ' TO voiditm
SEORE ' ' TO voiditm
SET TALK OFF
STORE ' ' TO voiditm
SETO voiditm
SET TALK OFF
STORE ' ' TO voiditm
SE
SET TALK OFF
STORE ' ' TO voiditm
- PRINT REPORTS
* * $ACCTS.MNU * * * * * 6/30/84
*
* This file is the data which will be user dependent
* to the $CHECKS database system. You should modify
* this (as well as the other 'MNU' files to fit your
* own specific applications.
*
STORE 'ABC' TO active
?
?
?
? ' WHICH ACCOUNT ???'
? ' ================='
?