     This is my first program in Clipper, that I wrote more than 6 years ago.
 It's first version was for Clipper'87. I have added to it a lot of possibilities
 for these years, but did not rewrite it as a whole, so, please, don't pay
 attention to some style inaccuracies.

  Before calling Dbflist() you must to declare array 'mslist' and to initialize
 it with Initlist() function (look at sample.prg). Then you may call Dbflist:

   Dbflist ( x1,y1,x2,y2, [title,[maskey,[ctrl_ar]]]),

 where
  x1,y1,x2,y2 - coordinates of browse window,
  title - title of browse window,
  maskey - an array of key codes for keystrike-driven operations.

  You can change a behaviour of Dbflist() function by assigning new values to
 mslist items (look at comments in deflist.ch).

   -------------------------------------------------------------------------
   Files, included in this package:
   sample.prg    -  source of sample program,
   deflist.ch    -  header file for browse module,
   procs1.prg,
   procs3.prg    -  sources of browse module,
   build.bat     -  bat file for building sample program,
   buildm.bat    -  bat file for building sample program with mouse support,
   readme.txt    -  the file you read now.
   -------------------------------------------------------------------------
   Excuse me for such a short description. I have no time now for more detailes, so
   a lot of features isn't commented.
   If you really interested in it, I can place here better description in future.
   -------------------------------------------------------------------------

   Best regardes,
    Alexander Kresin

   http://members.xoom.com/alkresin/
   mailto://alex@belacy.belgorod.su