home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / clipper / chmult.arj / MULTREAD.ME < prev    next >
Encoding:
Text File  |  1992-01-04  |  1.5 KB  |  28 lines

  1. Please look at the other files in this group, especially multiuse.ch.
  2.    The .bat files direct clipper to various .ch files at compile time.
  3.    Your .prg files must  #include director.ch  from the current directory
  4.    (i.e., the directory you keep your .prg files in).
  5.       director.ch, in turn, #includes  commands.ch and multiuse.ch.
  6.       commands.ch, which can be in your main include directory, "neutralizes"
  7.       the special multiuser commands you have included in your .prg.
  8.       (These commands would open files exclusive for reindexing, and lock files
  9.         and records before replacing fields.)
  10.  
  11.    Depending on the .bat file, multiuse.ch either does nothing (clipsing.bat)
  12.       or redefines those commands and also redefines other regular clipper
  13.       commands (USE and APPEND BLANK, to be specific), so that the .prg compiles
  14.       as a multiuser .obj (clipmult.bat).
  15.  
  16.    The only other thing you need is a few functions to actually do the work. I
  17.       used the ones in LOCKS.PRG, furnished with clipper, as modified by Rick
  18.       Spence (and me, a little).
  19.  
  20. Disclaimer:  This system has been tested only cursorily.  I used DesqView to
  21.     make sure that files/records got locked when they should and not locked when
  22.     they shouldn't.  But...
  23.     If you use this scheme, you are a BETA TESTER.  
  24.       Please keep me informed of any problems you run into and, even better,
  25.     any fixes or improvements you put in.
  26.  
  27.              -- Ted Cloak 73747,3157
  28.