home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / ENTRY.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1988-04-12  |  941 b   |  21 lines

  1. FORM.DOC       Brief description of programs
  2. SAMPLE.FMT     Sample format file for use in DESIGN.BAS & FORM.BAS
  3. MENU.BAS       Menu program for executing other programs
  4. DESIGN.BAS     Data entry screen design program
  5. FORM.BAS       Data entry program
  6. CONVERT.BAS    Direct access to sequential file conversion program
  7. CONVERT2.BAS   Direct access to sequential file conversion program
  8.                with comma delimited data
  9.  
  10. A>BASIC MENU /S:256  Starts BASIC with maximum direct access record
  11.                      size of 256, then loads and runs MENU.BAS, ie
  12.                      assuming BASIC and programs are on drive A:
  13.  
  14. Try SAMPLE.FMT as the format file in DESIGN.BAS and in FORM.BAS; then
  15. try designing your own screens!
  16.  
  17. A>TYPE FORM.DOC >LPT1  Prints instructions including special key usage!
  18.  
  19. Be patient after you press ESC in DESIGN.BAS; the program must read
  20. the whole screen to create the format file!
  21.