home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL29.ARJ / VOL2925 < prev    next >
Text File  |  1992-01-07  |  5KB  |  89 lines

  1.  
  2.  Volume 2925 - Released july 1987  -  Abstract (C) CP/MS gg
  3.  
  4. CP/MS gg NL volume 2925
  5.  
  6. gelijk aan SIG/M 285 (CP/MS-NL 1285...)
  7.  
  8. Titel:dBASE III Mailinglist;Clipper Utils
  9.  
  10. Number Name            Size    Date    Comments
  11. 925.01 ADD      PRG     4480   5-18-87 dBASEIII source code for ACGNJ Mailing
  12. 925.02 AG       DBF     2048   5-18-87 list program. A full featured mailing 
  13. 925.03 BROW     PRG    17152   5-18-87 list program with built in doc.       
  14. 925.04 COMPACT  PRG     2688   5-18-87 (dBASEII version on Volume 2814.)     
  15. 925.05 DUPCHECK PRG      384   5-18-87 Clipper compilation on Volume 2924. To
  16. 925.06 DUPREC   PRG     3200   5-18-87 recompile in Clipper see BROWSE.DOC.  
  17. 925.07 INIT     PRG     1920   5-18-87               /                       
  18. 925.08 LIST     PRG     2560   5-18-87              /                        
  19. 925.09 LIST1    PRG     2304   5-18-87             /                         
  20. 925.10 MAIL     PRG    10112   5-18-87            /                          
  21. 925.11 MAINTAIN PRG     5376   5-18-87           /                           
  22. 925.12 ONELAB   PRG     1920   5-18-87          /                            
  23. 925.13 PHONE    PRG     2176   5-18-87         /                             
  24. 925.14 PROC     PRG     3072   5-18-87        /                              
  25. 925.15 REPORT   PRG     5888   5-18-87       /                               
  26. 925.16 SEARCH1  PRG     4224   5-18-87      /                                
  27. 925.17 SPECIAL  PRG    20096   5-18-87     /                                 
  28. 925.18 VERIFDEL PRG     1920   5-18-87    /                                  
  29. 925.19 VERIFNEW PRG     1920   5-18-87   /                                   
  30. 925.20 WSFILE   PRG     4352   5-18-87  /                                    
  31. 925.21 WSFILE1  PRG     4352   5-18-87 /                                     
  32.        CATALOG  925     2986   5-18-87 This file
  33. 925.22 BRIEF-TS HOW     6144   5-18-87 How to add Time-Date stamps to BRIEF. 
  34. 925.23 BROWSE   DOC     1920   5-18-87 Create browse in CLIPPER. Add it to   
  35. 925.24 BROWSE   PRG    17024   5-18-87 your program (as in the ACGNJ Mailing 
  36. 925.25 CURSOR   ASM     1024   5-18-87 List Program) or use free standing).  
  37. 925.26 CURSOR   OBJ      128   5-18-87 /                                     
  38. 925.27 CRC      COM     2944   5-18-87 Checksum program
  39. 925.28 GENNAMES PRG     2304   5-18-87 Generates                             
  40. 925.29 GRAPHICS DOC     2048   5-18-87 Does line graphics in BRIEF editor.   
  41. 925.30 GRAPHICS M       7680   5-18-87 /                                     
  42. 925.31 MAKECLIP PRG    21504   5-18-87 Makes .CLP and .LNK files for Clipper.
  43. 925.32 NUMLOCK  COM      128   5-18-87 PC Number Lock fix to Microsoft Word. 
  44. 925.33 WORD-KEY FIX     3200   5-18-87 /                                     
  45. 925.34 SAVEREST ASM     3968   5-18-87 Adds CLIPPER Save Screen to dBASE3    
  46. 925.35 SAVEREST BIN     4224   5-18-87   /                                   
  47. 925.36 SAVEREST DOC     1024   5-18-87  /                                    
  48. 925.37 SAVEREST PRG     1280   5-18-87 /                                     
  49. 925.38 TWENTY   ASM     5632   5-18-87 Have more than 20 open files in dBASE3
  50. 925.39 TWENTY   BIN      128   5-18-87 /                                     
  51. 925.40 VOL2925  ABS     1664   5-18-87 Disk abstract
  52. 925.41 VOL2925  CRC     2816   5-18-87 Checksums (SIG/M)
  53.               42 File(s)    112640 bytes free on volume VOL2925
  54.  
  55.    The ACG database programs are a dBASEIII update of  ACGMAIN.LBR, a dBASE II
  56. system on volume 2814. This is a demonstration of a complete mailing list
  57. system with documentation  screens.
  58.  
  59.                           ============
  60.    BROWSE.PRG a Clipper emulation of the dBASE Browse command
  61.  
  62. One of the dBASE features that is sorely missed in Clipper is  Browse.
  63. Sometime ago I got a copy of the procedure written by  Stephen J. Straley. I
  64. had judged the procedure as not usable  because the code had just not been
  65. finished.  After waiting a  goodly long time and not seeing a revision, I
  66. finally decided to  "have at it" and do a complete rewrite. 
  67.  
  68. While this procedure offers most, but not all, the features of the
  69. dBASEIII browse command, don't use it if the database contains 80+
  70. character long fields!
  71.  
  72.  
  73.                         === SAVEREST ===
  74.  
  75. This is a utility program to be used with dBASEIII version 1.2 and
  76. later versions such as dBASEIII Plus. It will save and restore the
  77. video screen.  You may find this useful for simple windowing in a
  78. dBASEIII program.  It is functionally equivalent to the Clipper
  79. commands SAVE SCREEN and RESTORE SCREEN.
  80.  
  81. The assembly language source code is provided, so you may easily
  82. extend the program to allow saving and restoring multiple screens.
  83.  
  84. The SAVEREST.PRG is a dBASEIII Plus program to demo how to use the the
  85. utility.
  86.  
  87. This program should work with dBASEIII version 1.2 and later
  88. versions such as dBASEIII Plus version 1.0. It has been tested to
  89. work with both the IBM mono card and the IBM color card.