home *** CD-ROM | disk | FTP | other *** search
- *----------------------------------------------------------------------
- * Program : Membership Database Package
- * File : MDFIELDS
- * Function: Display Database Field Names
- * Author : J. North
- * Version : (AT contest)
- * Date : 10/15/86
- *----------------------------------------------------------------------
- *
- use genmbr
- set heading off
- clear
- ? "MEMBERS Database -- Field Name Listing (use Shift-PrtSc to print)"
- ?
- list off "Field Name: "+field_name," -- "+notes
- use
- set heading on
- wait
- return