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

 
Output of file : AREDIT.PRG contained in archive : ADVANCED.ZIP
**************************************************** AREDIT.PRG
* Menu for editing the A/R System.
* Called from AR Main Menu.

EChoice = 0
DO WHILE EChoice # 4
CLEAR
DO Title WITH "Accounts Receivable Edit Menu"

TEXT
1. Edit customer file

2. Edit current charges

3. Edit current payments


4. Return to Main Menu
ENDTEXT
@ 24,1 SAY "Enter choice (1-4) " GET EChoice PICT "9" RANGE 1,4
READ

*------- Branch accordingly.
DO CASE
CASE EChoice = 1
DO EdCust
CASE EChoice = 2
DO EdChrg
CASE EChoice = 3
DO EdPay
ENDCASE

ENDDO (EChoice # 4)

*------- Done; Return to Main Menu.
RETURN


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