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

 
Output of file : SMENU.PRG contained in archive : ADVANCED.ZIP
**************************************************** SMENU.PRG
* Menu for Sales portion of the Inventory System.
* Called from Inventory System Main Menu.

*------- Set up loop for presenting menu.
SChoice = 0
DO WHILE SChoice # 4

CLEAR
@ 2,1 SAY "Sales System Menu"
@ 2,60 SAY DTOC(T_Date) + " " + TIME()
@ 3,0 SAY ULine
?
?
TEXT
1. Enter point-of-sale routine

2. Print sales reports

3. Edit sales data


4. Return to Main Menu
ENDTEXT

@ 24,1 SAY "Enter choice (1-4) " GET SChoice PICT "9"
READ

*------- Branch to appropriate program.
DO CASE
CASE SChoice = 1
DO Pos
CASE SChoice = 2
DO SalReps
CASE SChoice = 3
DO SalEdit
ENDCASE

ENDDO (while SChoice # 4)

*------- When done, return to Main Menu.
RETURN


  3 Responses to “Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : ADVANCED.ZIP
Filename : SMENU.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/