home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / CPM3.ZIP / CPMEMO.3
Encoding:
Text File  |  1987-05-02  |  2.5 KB  |  64 lines

  1. Clipper Project                                    From: Howard Kapustein
  2. Memo #3: CP Topics                                 Date: 05/02/1987
  3.  
  4. To: All
  5.  
  6. I have the following list of topics so far:
  7.  
  8. 1. BUGS: a list of bugs in both the W'85 and A'86 versions, along with
  9.    any patches, workarounds, etc.
  10.  
  11. 2. DIFFERENCES: a (hopefully) comprehensive list of differences between
  12.    W'85 and A'86 Clippers: what commands are available in one but
  13.    not the other, what commands have changed between W'85 and A'86,
  14.    what's handled differently, blah blah blah.
  15.  
  16. 3. UDFS: info about interfacing UDFs written in Clipper, C, Assembler,
  17.    whatever, into Clipper programs (i.e. how are parameters passed)
  18.    as well as source code. (See CP Memo #1: Contributions.)
  19.  
  20. 4. MENUS/INPUT: different approaches to menus/data entry (Lotus-style
  21.    menus, Macintosh-like menus, SET MENU/@ PROMPT, data validation, ...)
  22.  
  23. 5. UTILITIES: these are stand alone programs, such as debugging aids,
  24.    fast .DBF packers, just some programs that a developer might find
  25.    useful. (See CP Memo #1: Contributions.)
  26.  
  27. 6. TIPS: little tidbits of information that you as a Clipper user have
  28.    stumbled across. These can vary from a sentence to several pages
  29.    (how to make a displayed time change neatly each second, making
  30.    the cursor invisible.) Some broad topics include:
  31.  
  32.        quirks in Clipper
  33.        little tricks (i.e. the disappearing cursor)
  34.        multi-user hookups
  35.        security/password implementation
  36.        importing/exporting files to ASCII, 1-2-3, word processors, ...
  37.        SET KEY TO uses
  38.        PLINK86 vs. DOS' LINKer
  39.        making overlays
  40.        defeating screen snow (SAVE SCREEN on CGA, etc.)
  41.  
  42.    These are not a comprhensive list, just something to give you a
  43.    general idea.
  44.  
  45. 7. UNDOCUMENTED FEATURES: who hasn't found something Nantucket forgot
  46.    to include in the documentation.
  47.  
  48. 8. REVIEWS: a programmer's view of dBASE add-ons that are usable by
  49.    Clipper, such as screen generators or linkers in general and
  50.    specifically:
  51.  
  52.        Quicksilver   { a comparison between QS & Foxbase & Clipper:
  53.        FoxBase+      {   benchmarks, commands, pros/cons
  54.        R & R Relational Report Writer
  55.        Genifer
  56.        ViewGen
  57.  
  58. 8.1. Non-Commercial software: reviews of shareware/public domain
  59.      programs (i.e. DSCAR.)
  60.  
  61. 9. FILE FORMATS: information about file formats (byte-level breakdowns
  62.    of .DBF, .NTX, .NDX, where the Clipper info gets stuck in Clipper
  63.    .EXE programs, etc.)
  64.