Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : DB3MAIL.ZIP
Filename : MENU.PRG

 
Output of file : MENU.PRG contained in archive : DB3MAIL.ZIP
******** Programer : M. Mak / NYC 1987 ************
****************** All Rights Reseved ************
clear
close all
set status on
set exact off
DO WHILE .T.
close all
clear
@1,18 to 3,55
@2,20 say "M A I L I N G M E N U "+ dtoc(date())
@4,10 to 18,60 double
@ 5,2 say " "
@6,15 say "[A] - Add Record [L] - List Records"
@7,15 say " "
@8,15 say "[B] - Browse Records [P] - Print Labels"
@9,15 say " "
@10,15 say "[D] - Delete Record [S] - Search Records"
@11,15 say " "
@12,15 say "[E] - Edit Records [H] - Help (Assist)"
@13,15 say " "
@14,15 say "[I] - Index File [Q] - QDOS"
@15,15 say " "
@16,15 say "[R] - Run DOS Program [X] - Exit "
answer = " "
do while .NOT. answer$"AaBbDdEeHhIiLlQqPpRrSsXx"
@ 19,5 say " "
wait " Please Input Your Choice : " to answer
enddo
@ 20,10 say " Please Stand By........ "
DO CASE
case upper(answer)="A"
do aprec
use address index lnamedex
clear
@10,15 say "Please Stand By ........"
reindex
case upper(answer)="B"
do browrec
case upper(answer)="D"
do delrec
clear
@10,15 say "Please Stand By ........."
use address index lnamedex
reindex
case upper(answer)="E"
do editfile
clear
pack
@10,15 say "Please Stand By ........"
use address index lnamedex
reindex
case upper(answer)="H"
assist
case upper(answer)="I"
clear
@10,15 say "Please Stand By ........"
use address index lnamedex
reindex
case upper(answer)="L"
do listrec
case upper(answer)="P"
do label
case upper(answer)="R"
clear
@ 10,10 say " "
accept " File name : " to runfile
clear
@10,10 say " Please Stand by ......."
run &runfile
clear
case upper(answer)="Q"
clear
@10,15 say "Please Stand by........."
run QDOS
case upper(answer)="S"
do schrec
case upper(answer)="X"
clear
return
ENDCASE
clear
enddo
return






  3 Responses to “Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : DB3MAIL.ZIP
Filename : MENU.PRG

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/