home *** CD-ROM | disk | FTP | other *** search
- PROGRAM NAME: Bargraph.PRG
-
- DESCRIPTION: Generates bar graphs in dBASE II.
-
- ISSUE: August, 1985
- PAGE: 10
-
- SOFTWARE VERSIONS: dBASE II, any version
-
- FUNCTION: Bargraph.PRG integrates information from a database
- file to produce a vertical bar graph of monthly accounts
- receivable and accounts payable data from Accounts.DBF. It also
- demonstrates an array simulation technique.
-
-
- FILES NEEDED: Bargraph.PRG
- Accounts.DBF
-
- SETUP INSTRUCTIONS: the program can be run by creating the
- database, Accounts.DBF, with the following structure:
-
- Field Field name Type Width Dec
- 1 Accttype Character 1
- 2 Month Numeric 2
- 3 Amount Numeric 6
-
- If you wish to modify te program for uour own applications,
- change the field names to those of your own. To run the program,
- type DO Bargraph. To print the results, press Shift-PrtSc, and
- your screen will dump to the printer.
-