home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- ** SOLREPT.PRG
- ** (C) Copyright 1990, Sub Rosa Publishing Inc.
- ** A demonstration program provided to VP-Info users.
- ** This program may be copied freely. If it is used in commercial code,
- ** please credit the source, Sub Rosa Publishing Inc.
- **
- ** SOLREPT does nothing more than run a report set up in the menu program.
- **
- ** SOLREPT is compatible with all current versions of VP-Info.
- **
- ** Sid Bursten and Bernie Melman
- ** May 9,1990
- ***************************************************************************
- ON escape ;this code is executed when <Esc> is pressed
- WINDOW
- CANCEL
- ENDON
- USE donate index don_temp
- USE#2 donor index don_code
- USE#3 solicit index sol_code
- SET relation on donor to 2
- SET relation on solicitor to 3
- REPORT solrept
- CLOSE all
- CHAIN donmenu
- *
- * *** end of program SOLREPT.prg ***
-