home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / clarmemo.zip / README < prev   
Text File  |  1991-12-30  |  2KB  |  54 lines

  1.  
  2.                      BOBCAT SYSTEM'S PD MEMO EDITOR
  3.                      ------------------------------
  4.  
  5. I wrote MEMOEDIT.CLA because of my frustration with Eckenroed's MEMO3
  6. product.  While MEMO3 does what it claims to do, it is quite inflexible
  7. and a real memory hog (min. 30K BIN file).  This was not acceptable for
  8. the vertical market app I was writing at the time; MEMOEDIT is my
  9. attempt to rectify the situation.
  10.  
  11. I thought other Clarion programmers might have a use for this, so I
  12. hereby place it in the Public Domain.
  13.  
  14.  
  15. MEMOEDIT.CLA replaces the standard Clarion memo field editor:
  16.  
  17. It has the following features:
  18.  
  19.        Dynamic word wrapping and paragraph reformatting
  20.  
  21.        Block operations: Copy, Move, Delete
  22.  
  23.        Ability to trap any ALERTED keys
  24.  
  25.        A key to enter today's date in the memo.
  26.  
  27.        NOT a LEM - Written entirely in Clarion, so it can be put in an
  28.         overlay.
  29.  
  30.        Since it's all in Clarion, you can add as many Hot Keys, features
  31.         etc. as you want.  Have a blast...
  32.  
  33.  
  34. MEMOEDIT.CLA is no speed demon when it comes to updating the screen, but
  35. it does the job... feel free to improve upon it and add features. Search
  36. and Replace ability would be a good one.
  37.  
  38. Look at the accompanying example program, MEMTEST.CLA usage examples.
  39.  
  40. The source for MEMOEDIT.CLA is fairly well commented, but if you have
  41. any questions or suggestions feel free to E-Mail me at CIS ID
  42. [70441,204] or phone (914)-762-3474.
  43.  
  44.                         Robert Pupazzoni
  45.                         Bobcat Systems
  46.  
  47.  
  48. Modified by Bob Gamer DTM Data Services (708) 595-4900
  49. cleaned up some minor problems and added a couple of new
  50. features such as live display of edit row and columns.
  51. any questions please feel free to call.
  52.  
  53. The "app" file included was created with clarion batch 2107. (bob)
  54.